diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-server/options.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/xorg-server/options.mk b/x11/xorg-server/options.mk index d60ad08c5aa..823a776f2b3 100644 --- a/x11/xorg-server/options.mk +++ b/x11/xorg-server/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2005/12/02 17:51:50 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2006/01/01 18:53:03 wiz Exp $ _COMMONCARDDRIVERS= xorg-server-apm xorg-server-ark xorg-server-ati \ xorg-server-chips xorg-server-cirrus \ @@ -36,11 +36,6 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.xorg-server PKG_SUPPORTED_OPTIONS= ${_COMMONCARDDRIVERS} ${_OSCARDDRIVERS} PKG_SUGGESTED_OPTIONS= ${PKG_SUPPORTED_OPTIONS} -# remove legacy handling after 2005Q4 -.for _drv in ${_ALLCARDDRIVERS} -PKG_OPTIONS_LEGACY_OPTS+= ${_drv:S/xorg-server-//}:${_drv} -.endfor - .include "../../mk/bsd.options.mk" .for _drv in ${PKG_OPTIONS} |