aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/etherape/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/etherape/Makefile')
-rw-r--r--net-mgmt/etherape/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile
index c7b1436d2097..db0e278941c0 100644
--- a/net-mgmt/etherape/Makefile
+++ b/net-mgmt/etherape/Makefile
@@ -7,6 +7,7 @@
PORTNAME= etherape
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= net-mgmt gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,9 +16,9 @@ MAINTAINER= sbahra@kerneled.org
COMMENT= A graphical network traffic visualization tool for gnome
USE_GETTEXT= yes
-USE_GNOME= libglade2 libgnomeui gnomehack
+USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix
USE_GMAKE= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -25,7 +26,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= etherape.1
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(datadir)/omf|$$(prefix)/share/gnome/omf|g' ${WRKSRC}/doc/C/Makefile.in
-
.include <bsd.port.mk>