summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-05 18:16:21 +0000
committerwiz <wiz@pkgsrc.org>2005-03-05 18:16:21 +0000
commit8a95eb450573436053fe8a1307dcff3f6bdc786e (patch)
tree27a2e01a3237611b8dd40c17375bcb0442cc37e9 /pkgtools
parent5c8006c83dad253c5ed0a6a7bc636c524cdc4348 (diff)
downloadpkgsrc-8a95eb450573436053fe8a1307dcff3f6bdc786e.tar.gz
Instead of disabling the randrext and Xrandr packages on systems
which have no extutil.h header file, just make them depend on the xextensions package which provides it. Bump PKGREVISION for Xrandr and randrext. Add builtin.mk file for xextensions. jlam says ok.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/x11-links/builtin.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgtools/x11-links/builtin.mk b/pkgtools/x11-links/builtin.mk
index f29696c7641..d46a19f35fc 100644
--- a/pkgtools/x11-links/builtin.mk
+++ b/pkgtools/x11-links/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.5 2004/07/24 07:00:39 grant Exp $
+# $NetBSD: builtin.mk,v 1.6 2005/03/05 18:16:21 wiz Exp $
.if !defined(XF86_VERSION)
. if exists(${X11BASE}/lib/X11/config/xorg.cf)
@@ -51,11 +51,3 @@ BUILDLINK_VARS+= XF86_VERSION
.endif
USE_BUILTIN.x11-links?= no
-
-# Xrandr won't build without the X Extension library which is only present
-# in XFree86>=4.3; ignore it when checking dependencies or buildlinking.
-#
-.if !exists(${X11BASE}/include/X11/extensions/extutil.h)
-IGNORE_PKG.Xrandr= yes
-IGNORE_PKG.randrext= yes
-.endif