Subject: PKG_OPTIONS and avoiding PKG_SUGGESTED_OPTIONS
To: None <tech-pkg@netbsd.org>
From: Peter Eisch <peter@boku.net>
List: tech-pkg
Date: 08/04/2005 12:37:12
How can I specify an entry in mk.conf that will keep any options for getting
picked up (when they don't need to be).

My particular problem starts with mk.conf having:

PKG_OPTIONS.clamav =

But when I build clamav, it picks up:

PKG_SUGGESTED_OPTIONS=  curl

While I appreciate the suggestion, I don't want to build it with libcurl.
So I modify the Makefile, build, then manually make sure I get the new
Makefile when the mail/clamav package is updated.

What is the right way to skip the suggested options?

Thanks,

peter