aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/darkstat
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
committermarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
commit7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch)
tree6e94333233053731622780aae8a8285e148ade96 /net-mgmt/darkstat
parentf687852f8f35b5067f8978d6405346545b01be3a (diff)
downloadfreebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Diffstat (limited to 'net-mgmt/darkstat')
-rw-r--r--net-mgmt/darkstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/darkstat/Makefile b/net-mgmt/darkstat/Makefile
index c9ec2d5f2ebb..e8f20e6d5725 100644
--- a/net-mgmt/darkstat/Makefile
+++ b/net-mgmt/darkstat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= darkstat
PORTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \
http://yallara.cs.rmit.edu.au/~emikulic/_/
@@ -14,6 +15,7 @@ MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \
MAINTAINER= emikulic@optushome.com.au
COMMENT= Network statistics gatherer, similar to ntop
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -21,7 +23,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-nls
PLIST_SUB= NLS="@comment "
.else
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
PLIST_SUB= NLS=""
.endif