aboutsummaryrefslogtreecommitdiffstats
path: root/net/mtr/Makefile
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2003-02-10 09:44:12 +0800
committerbillf <billf@FreeBSD.org>2003-02-10 09:44:12 +0800
commit2dc8682bbf1bd046e74ba212873c07002f1e5c0f (patch)
tree234418d88bce7682da36d4394115ccb9d65412fe /net/mtr/Makefile
parent64670d7c77215ffe73ad98e606a390154c274d6f (diff)
downloadfreebsd-ports-gnome-2dc8682bbf1bd046e74ba212873c07002f1e5c0f.tar.gz
freebsd-ports-gnome-2dc8682bbf1bd046e74ba212873c07002f1e5c0f.tar.zst
freebsd-ports-gnome-2dc8682bbf1bd046e74ba212873c07002f1e5c0f.zip
upgrade to 0.52 (incl. ipv6 patch)
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r--net/mtr/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 341e6541fd4a..4b36b6c72348 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mtr
-PORTVERSION= 0.49
-PORTREVISION= 2
+PORTVERSION= 0.52
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
ftp://ftp.netsw.org/net/ip/audit/packets/ \
@@ -15,7 +14,7 @@ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
MAINTAINER= billf@FreeBSD.org
-USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOMENG= yes
WANT_GNOME= yes
@@ -26,7 +25,7 @@ MAN8= mtr.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014 && defined(WANT_IPV6)
-PATCHFILES= mtr-049-v6-20020402.diff.gz
+PATCHFILES= mtr-052-v6-20030110b.diff.gz
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
PATCH_DIST_STRIP= -p1
@@ -40,7 +39,7 @@ USE_GNOME+= gtk12
PKGNAMESUFFIX= -gtk
USE_XLIB= yes
.else
-CONFIGURE_ARGS+=--without-gtk
+CONFIGURE_ARGS+=--without-gtk --with-gtk-prefix=/nonexistant
.endif
post-patch: