summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-05 18:16:21 +0000
committerwiz <wiz>2005-03-05 18:16:21 +0000
commit52b924a68e09cef9121a66e2bc758b280df18beb (patch)
tree27a2e01a3237611b8dd40c17375bcb0442cc37e9 /pkgtools
parentb8121b043dfc2524dfe26402cc6341d68eea4320 (diff)
downloadpkgsrc-52b924a68e09cef9121a66e2bc758b280df18beb.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