aboutsummaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-07-31 11:57:45 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-07-31 11:57:45 +0000
commita5f590e51d3b147b9b5085ac6a2920189b42967a (patch)
treecee27e48f57eafc0ae5948472d8e095072bb5222 /net/mtr
parenta74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (diff)
downloadports-a5f590e51d3b147b9b5085ac6a2920189b42967a.tar.gz
ports-a5f590e51d3b147b9b5085ac6a2920189b42967a.zip
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index f67af5599627..9b4cc567ed75 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mtr
PORTVERSION= 0.85
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
LOCAL/sunpoet
@@ -27,7 +28,7 @@ PLIST_FILES= sbin/mtr
.if ${PORT_OPTIONS:MGLIB}
CONFIGURE_ARGS+=--with-glib
-USE_GNOME= _glib20
+USE_GNOME= glib20
.else
CONFIGURE_ARGS+=--without-glib
.endif