summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-10-17 08:39:13 +0000
committerjperkin <jperkin@pkgsrc.org>2018-10-17 08:39:13 +0000
commitd16d745a5d4bbbffdacd4159ab96ee2ef0d0c520 (patch)
treeb48ba37a8aea7d4b9080d9481d4f505cff3e6cef /x11/gtk3
parent6fb8193f5444a4ea5a33d382c4ace240bf64c75b (diff)
downloadpkgsrc-d16d745a5d4bbbffdacd4159ab96ee2ef0d0c520.tar.gz
*: Replace custom tool setup with new ggrep.
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 1c04f10596b..76aa1e348a4 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2018/08/22 09:48:01 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2018/10/17 08:39:13 jperkin Exp $
DISTNAME= gtk+-3.22.30
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -13,7 +13,7 @@ COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2.1
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake perl pkg-config bash xgettext msgmerge
+USE_TOOLS+= ggrep gmake perl pkg-config bash xgettext msgmerge
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PTHREAD_AUTO_VARS= yes
@@ -47,12 +47,6 @@ BUILD_DIRS= . demos/gtk-demo
.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
# isnan and isinf are part of libc, not libm on DragonFly
# conf tests fail detection due to conflicting definitions, just skip them
CONFIGURE_ENV.DragonFly+= ac_cv_func_isinf=yes