summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland>2012-09-15 20:48:37 +0000
committerdholland <dholland>2012-09-15 20:48:37 +0000
commit03ce079fbaba3320449a23eef9f3f985e97b74a4 (patch)
tree526ec7958dbe7d711e67811b08ddb2926f6e48c1 /x11
parent9a25ec808ff65646403ed8ed88d9d28418baf497 (diff)
downloadpkgsrc-03ce079fbaba3320449a23eef9f3f985e97b74a4.tar.gz
Remove obsolete X11_TYPE logic.
Diffstat (limited to 'x11')
-rw-r--r--x11/xcompmgr/Makefile9
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"