diff options
Diffstat (limited to 'net-mgmt/etherape/Makefile')
-rw-r--r-- | net-mgmt/etherape/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 3caa0e91da39..1d3ff567c5f4 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -6,15 +6,13 @@ # PORTNAME= etherape -PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTVERSION= 0.9.9 CATEGORIES= net-mgmt gnome MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= A graphical network traffic visualization tool for gnome -USE_GETTEXT= yes USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix USE_GMAKE= yes INSTALLS_OMF= yes @@ -24,4 +22,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= etherape.1 +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + .include <bsd.port.mk> |