diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-15 20:48:37 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-15 20:48:37 +0000 |
commit | 2a8a0c20bc8583ca69ff6258304ecb8f77e292ec (patch) | |
tree | 526ec7958dbe7d711e67811b08ddb2926f6e48c1 | |
parent | 3e71b534465d9ea3ae68ca5848c30204928993d8 (diff) | |
download | pkgsrc-2a8a0c20bc8583ca69ff6258304ecb8f77e292ec.tar.gz |
Remove obsolete X11_TYPE logic.
-rw-r--r-- | x11/xcompmgr/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index 37b804e58cd..b2c4f407292 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/11/09 19:08:42 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/15 20:48:37 dholland Exp $ # DISTNAME= xcompmgr-1.1.5 @@ -28,13 +28,6 @@ XCOMPMGR_DEFS+= -DCAN_DO_USABLE=1 # default: 0 (damage notification) CPPFLAGS+= ${XCOMPMGR_DEFS} -.include "../../mk/bsd.prefs.mk" - -.if defined(X11_TYPE) && !empty(X11_TYPE:MXFree86) || \ - defined(X11_TYPE) && !empty(X11_TYPE:Mnative) || !defined(X11_TYPE) -PKG_FAIL_REASON+= "This package is exclusively for X.org." -.endif - .include "../../x11/compositeproto/buildlink3.mk" .include "../../x11/libXdamage/buildlink3.mk" .include "../../x11/libXcomposite/buildlink3.mk" |