summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-05-29 22:23:27 +0000
committercheusov <cheusov@pkgsrc.org>2012-05-29 22:23:27 +0000
commitfef12fb530f2a2e24d7baa820d8a9447cc9c75d7 (patch)
treecef9977a94c6b1390806b3b2b479dca88f682f3d /x11/gtk3
parentf3989b8d491762d59864353ba84c7f5aad605072 (diff)
downloadpkgsrc-fef12fb530f2a2e24d7baa820d8a9447cc9c75d7.tar.gz
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index d68450c8ae5..824563b4ab7 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/05/17 21:10:37 marino Exp $
+# $NetBSD: Makefile,v 1.22 2012/05/29 22:23:27 cheusov Exp $
DISTNAME= gtk+-3.4.3
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -54,7 +54,7 @@ BUILD_DIRS= . demos/gtk-demo
# which do not have it.
.if ${OPSYS} == "SunOS"
BUILD_DEPENDS+= grep-[0-9]*:../../textproc/grep
-TOOLS_PATH.grep= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep
+TOOLS_PATH.grep= ${LOCALBASE}/bin/ggrep
.endif
# isnan and isinf are part of libc, not libm on DragonFly
# conf tests fail detection due to conflicting definitions, just skip them