aboutsummaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-01-15 20:59:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-01-15 20:59:13 +0000
commit323ce32bdf19e49be98d0cc6664f08d40b226ff3 (patch)
tree645a71bbd31d79fdd41da9964d4c3239a1b7597e /net/mtr
parentd41b9745fe72adb8d2d360000f11331c842ed171 (diff)
downloadports-323ce32bdf19e49be98d0cc6664f08d40b226ff3.tar.gz
ports-323ce32bdf19e49be98d0cc6664f08d40b226ff3.zip
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index d7eaf149b34f..e86b2015fa65 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtr
PORTVERSION= 0.80
-PORTREVISION= 1
+PORTREVISION?= 2
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
http://mirrors.evolva.ro/util/mtr/ \
@@ -17,7 +17,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Traceroute and ping in a single graphical network diagnostic tool
OPTIONS= IPV6 "Build IPv6 support" on \
- X11 "Build X11-enabled mtr" off
+ X11 "Build X11-enabled mtr" on
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -33,12 +33,12 @@ CONFIGURE_ARGS+=--enable-ipv6
CONFIGURE_ARGS+=--disable-ipv6
.endif
-.if !defined(WITH_X11)
-CONFIGURE_ARGS+=--without-gtk
-.else
+.if !defined(WITHOUT_X11)
CONFIGURE_ARGS+=--with-gtk
USE_GNOME= gtk20
-PKGNAMESUFFIX= -x11
+.else
+CONFIGURE_ARGS+=--without-gtk
+PKGNAMESUFFIX= -nox11
.endif
post-patch: