diff options
author | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
commit | 3d75323aa5391188ab027b2688faacf8286ace0c (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /graphics/magicpoint/Makefile | |
parent | 12f654f60a47071640b457d59c5edb54b8757615 (diff) | |
download | pkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.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/Makefile')
-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" |