summaryrefslogtreecommitdiff
path: root/graphics/magicpoint
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit9314461cff3bf6aee8aa113f28f994a688cf822c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /graphics/magicpoint
parenta304436e23930aa6cf230d08033d086a7e5a2be5 (diff)
downloadpkgsrc-9314461cff3bf6aee8aa113f28f994a688cf822c.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/Makefile6
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"