summaryrefslogtreecommitdiffstats
path: root/net/mtr
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-03 01:06:26 +0000
committerlioux <lioux@FreeBSD.org>2002-09-03 01:06:26 +0000
commit45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (patch)
tree2ea6ce0b6670b855d3d73a1ec0e056a5df254786 /net/mtr
parentb53629dafbc9bddce9311abaa627ad65302e89fb (diff)
downloadFreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.zip
FreeBSD-ports-45e89a5ff1e0a6a23b10c1e71f700976919dccc6.tar.gz
Deploy USE_GNOMENG infrastructure
PR: 42345 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 4ff7897..341e654 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= billf@FreeBSD.org
USE_AUTOCONF= yes
USE_GMAKE= yes
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
WANT_IPV6= yes
MAN8= mtr.8
@@ -34,9 +35,10 @@ CONFIGURE_ARGS+=--enable-ipv6
CONFIGURE_ARGS+=--disable-ipv6
.endif
-.if defined(HAVE_GTK)
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
USE_XLIB= yes
-USE_GTK= yes
.else
CONFIGURE_ARGS+=--without-gtk
.endif
OpenPOWER on IntegriCloud