pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Fix PLIST issue: fix typo on regexp to se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e342999546d
branches:  trunk
changeset: 481961:0e342999546d
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Oct 15 17:19:03 2004 +0000

description:
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:

 x11/kdebase3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83512e5d095c -r 0e342999546d x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Fri Oct 15 16:50:17 2004 +0000
+++ b/x11/kdebase3/Makefile     Fri Oct 15 17:19:03 2004 +0000
@@ -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 @@
 .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=""



Home | Main Index | Thread Index | Old Index