pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Some fixes for previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76b5fd4ae33d
branches:  trunk
changeset: 399851:76b5fd4ae33d
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Oct 05 08:39:06 2009 +0000

description:
Some fixes for previous.

diffstat:

 x11/gtk2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5620080cffbd -r 76b5fd4ae33d x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Mon Oct 05 06:28:11 2009 +0000
+++ b/x11/gtk2/Makefile Mon Oct 05 08:39:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2009/10/05 06:28:11 sketch Exp $
+# $NetBSD: Makefile,v 1.188 2009/10/05 08:39:06 sketch Exp $
 
 DISTNAME=              gtk+-2.16.6
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
@@ -51,8 +51,8 @@
 # gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms
 # which do not have it.
 .if ${OPSYS} == "SunOS"
-DEPENDS+=              grep:../../textproc/grep
-TOOLS_PLATFORM.grep=   ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep
+BUILD_DEPENDS+=                grep-[0-9]*:../../textproc/grep
+TOOLS_PATH.grep=       ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep
 .endif
 
 CPPFLAGS+=             -DPREFIX="\"${PREFIX}\""



Home | Main Index | Thread Index | Old Index