diff options
author | wiz <wiz> | 2006-01-01 18:53:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-01 18:53:03 +0000 |
commit | 5e965df6c3b33f6e2fa19a7fc580d7d319830d1b (patch) | |
tree | 5d640ac85fd8ec939edb585ae09bd6f4bce81c58 /x11/xorg-server | |
parent | 5ad1775f697955230393e651934ece2f4cd4b918 (diff) | |
download | pkgsrc-5e965df6c3b33f6e2fa19a7fc580d7d319830d1b.tar.gz |
Remove stuff that was marked for removal after 2005Q4.
Diffstat (limited to 'x11/xorg-server')
-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} |