summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsketch <sketch>2009-10-05 08:39:06 +0000
committersketch <sketch>2009-10-05 08:39:06 +0000
commite913fb11862ff136a2259ee4b545c12c064d34e7 (patch)
treedbfcc39955f15f83a486b80a16e5d740cefa6c86 /x11
parent7c38f6246fc30083f56734442f87e9534ed774e6 (diff)
downloadpkgsrc-e913fb11862ff136a2259ee4b545c12c064d34e7.tar.gz
Some fixes for previous.
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index d9a94d0102e..42862f0023b 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -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 @@ BUILD_DIRS= . demos/gtk-demo
# 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}\""