diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-10-17 08:39:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-10-17 08:39:13 +0000 |
commit | d16d745a5d4bbbffdacd4159ab96ee2ef0d0c520 (patch) | |
tree | b48ba37a8aea7d4b9080d9481d4f505cff3e6cef /x11/gtk2 | |
parent | 6fb8193f5444a4ea5a33d382c4ace240bf64c75b (diff) | |
download | pkgsrc-d16d745a5d4bbbffdacd4159ab96ee2ef0d0c520.tar.gz |
*: Replace custom tool setup with new ggrep.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index bf14916f5c5..e9dbe4bc995 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.299 2018/08/22 09:48:01 wiz Exp $ +# $NetBSD: Makefile,v 1.300 2018/10/17 08:39:13 jperkin Exp $ DISTNAME= gtk+-2.24.32 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -21,7 +21,7 @@ CONFLICTS+= gail-[0-9]* SUPERSEDES= gail-[0-9]* USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= ggrep gmake msgfmt perl pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes @@ -59,13 +59,6 @@ CONFIGURE_ARGS.Darwin+= --disable-visibility .include "../../mk/bsd.prefs.mk" -# gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms -# which do not have it. -.if ${OPSYS} == "SunOS" -BUILD_DEPENDS+= grep-[0-9]*:../../textproc/grep -TOOLS_PATH.grep= ${PREFIX}/bin/ggrep -.endif - CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" #SUBST_CLASSES+= pthread |