diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /net/etherape | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
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 dcaad8b88488..f596ecf56fdc 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -7,7 +7,7 @@ PORTNAME= etherape PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= samy@kerneled.com COMMENT= A graphical network traffic visualization tool for gnome -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - +USE_GETTEXT= yes USE_GNOME= libglade2 libgnomeui USE_LIBTOOL= yes USE_X_PREFIX= yes |