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