diff options
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index fba80a929f6a..56ed415d9ef0 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -7,7 +7,7 @@ PORTNAME= mtr PORTVERSION= 0.72 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://www.mirrors.wiretapped.net/security/network-mapping/mtr/ \ @@ -31,7 +31,7 @@ PKGNAMESUFFIX= -gtk1 USE_GNOME= gtk20 CONFIGURE_ARGS=--enable-gtk2 .endif -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ARGS+=--with-gtk-prefix=${X11BASE} .else PKGNAMESUFFIX= -nox11 |