diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-09 16:18:48 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-09 16:18:48 +0000 |
commit | 2fb127513409a1e928b8f453b925aa442cda4484 (patch) | |
tree | 5ac185884a81e5f1e92548723150278ef67b4ed8 /x11/gtk2/Makefile | |
parent | 8936a14c5315e92e3c0c97102210aa10b4d1eb81 (diff) | |
download | pkgsrc-2fb127513409a1e928b8f453b925aa442cda4484.tar.gz |
LOCALBASE -> PREFIX
Diffstat (limited to 'x11/gtk2/Makefile')
-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 fd7311c8aa4..12a58fdd86a 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.264 2014/06/18 09:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.265 2015/03/09 16:18:48 tnn Exp $ DISTNAME= gtk+-2.24.22 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -65,7 +65,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/ggrep +TOOLS_PATH.grep= ${PREFIX}/bin/ggrep .endif CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" |