diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
commit | 9c435d97cc677d79b74e5e372fd22ec4b57a0a65 (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /graphics/magicpoint | |
parent | 6dd27214ac3a362082f3cc1b2ef37b2add1db468 (diff) | |
download | pkgsrc-9c435d97cc677d79b74e5e372fd22ec4b57a0a65.tar.gz |
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
Diffstat (limited to 'graphics/magicpoint')
-rw-r--r-- | graphics/magicpoint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 053c9e6eaf2..efe46a56e9a 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/04/11 21:46:06 tv Exp $ +# $NetBSD: Makefile,v 1.47 2005/05/31 10:01:37 dillo Exp $ DISTNAME= magicpoint-1.10a PKGREVISION= 6 @@ -18,8 +18,8 @@ USE_IMAKE= yes USE_PERL5= build PKG_OPTIONS_VAR= PKG_OPTIONS.magicpoint -PKG_DEFAULT_OPTIONS+= xft2 -PKG_SUPPORTED_OPTIONS+= freetype vflib xft2 +PKG_SUPPORTED_OPTIONS= freetype vflib xft2 +PKG_SUGGESTED_OPTIONS= xft2 .include "../../mk/bsd.options.mk" |