summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-09 16:18:48 +0000
committertnn <tnn@pkgsrc.org>2015-03-09 16:18:48 +0000
commit2fb127513409a1e928b8f453b925aa442cda4484 (patch)
tree5ac185884a81e5f1e92548723150278ef67b4ed8 /x11
parent8936a14c5315e92e3c0c97102210aa10b4d1eb81 (diff)
downloadpkgsrc-2fb127513409a1e928b8f453b925aa442cda4484.tar.gz
LOCALBASE -> PREFIX
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk2/Makefile4
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}\""