summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-10-15 17:19:03 +0000
committerseb <seb@pkgsrc.org>2004-10-15 17:19:03 +0000
commita31afff67ad00986b7b022778b8d23a0f737f3a3 (patch)
tree0385ecf19234af962c1b54bde91228d44ffac829 /x11/kdebase3
parent1f62789c937aad807d79a474cfc3604af6807434 (diff)
downloadpkgsrc-a31afff67ad00986b7b022778b8d23a0f737f3a3.tar.gz
Fix PLIST issue: fix typo on regexp to search for in Xrandr.h to determine
if X RandR extension is present and therefor its support compiled in. XXX Should PKGREVISION bumped? XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension in X11BASE is supported so a dependency on Xrandr package is eventually included?
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 39fb1dba116..ade99a8a8dc 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2004/10/15 13:56:27 seb Exp $
+# $NetBSD: Makefile,v 1.61 2004/10/15 17:19:03 seb Exp $
DISTNAME= kdebase-${_KDE_VERSION}
CATEGORIES= x11
@@ -63,7 +63,7 @@ PKG_SUPPORTED_OPTIONS= samba
.include "../../mk/bsd.options.mk"
.if exists(${X11BASE}/include/X11/extensions/Xrandr.h)
-HAVE_RANDR!= ${GREP} XRRSetScreenConfigAndRateX ${X11BASE}/include/X11/extensions/Xrandr.h; ${ECHO}
+HAVE_RANDR!= ${GREP} XRRSetScreenConfigAndRate ${X11BASE}/include/X11/extensions/Xrandr.h; ${ECHO}
.endif
.if defined(HAVE_RANDR) && !empty(HAVE_RANDR)
PLIST_SUBST+= HAVE_RANDR=""