summaryrefslogtreecommitdiff
path: root/x11/xorg-server
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit3d75323aa5391188ab027b2688faacf8286ace0c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /x11/xorg-server
parent12f654f60a47071640b457d59c5edb54b8757615 (diff)
downloadpkgsrc-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 'x11/xorg-server')
-rw-r--r--x11/xorg-server/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xorg-server/options.mk b/x11/xorg-server/options.mk
index bfa3b0303f6..70e6d56ccac 100644
--- a/x11/xorg-server/options.mk
+++ b/x11/xorg-server/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/03/22 14:01:20 adam Exp $
+# $NetBSD: options.mk,v 1.4 2005/05/31 10:01:40 dillo Exp $
_COMMONCARDDRIVERS= apm ark ati chips cirrus cyrix dummy glint i128 mga \
neomagic nv rendition s3 s3virge savage siliconmotion \
@@ -22,7 +22,8 @@ _OSCARDDRIVERS+= ${_LINUXCARDDRIVERS}
PKG_OPTIONS_VAR= PKG_OPTIONS.xorg-server
PKG_SUPPORTED_OPTIONS= ${_COMMONCARDDRIVERS} ${_OSCARDDRIVERS}
-PKG_DEFAULT_OPTIONS= ${PKG_SUPPORTED_OPTIONS}
+PKG_SUGGESTED_OPTIONS= ${PKG_SUPPORTED_OPTIONS}
+
.include "../../mk/bsd.options.mk"
.for _drv in ${PKG_OPTIONS}