diff options
Diffstat (limited to 'net/etherape')
-rw-r--r-- | net/etherape/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile index 1313acf494ec..1b8e29841958 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -7,16 +7,15 @@ PORTNAME= etherape PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://prdownloads.sourceforge.net/etherape/ \ ftp://etherape.sourceforge.net/pub/etherape/ MAINTAINER= holger@eit.uni-kl.de -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade +USE_GNOME= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config MAN8= etherape.8 .include <bsd.port.mk> |