diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-05-29 22:58:52 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-05-29 22:58:52 +0000 |
commit | b2a4cef222e5d473bdb689d6de0547b79a9c3ab5 (patch) | |
tree | 4aa856dd68132409593d1b2d7fd9392d3099af08 /x11/gtk2 | |
parent | 56d9019a423427322caaf86a87a369d4e8d02ccc (diff) | |
download | pkgsrc-b2a4cef222e5d473bdb689d6de0547b79a9c3ab5.tar.gz |
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
Diffstat (limited to 'x11/gtk2')
-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}\"" |