diff options
author | cheusov <cheusov> | 2012-05-29 22:58:52 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-05-29 22:58:52 +0000 |
commit | 0e2bf81c57e24e28adc66b6ebf70097d0876013a (patch) | |
tree | 4aa856dd68132409593d1b2d7fd9392d3099af08 /x11 | |
parent | 7500cab4f9ade308bbc551226be10ec8a8ad33ce (diff) | |
download | pkgsrc-0e2bf81c57e24e28adc66b6ebf70097d0876013a.tar.gz |
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 40ce4813e0c..ce9fd748505 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.230 2012/03/10 10:56:12 obache Exp $ +# $NetBSD: Makefile,v 1.231 2012/05/29 22:58:52 cheusov Exp $ DISTNAME= gtk+-2.24.10 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --disable-visibility # 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 CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" |