diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:43:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:43:28 +0000 |
commit | da0eb10ed5847c7ad57f5697346641aaae35ba9c (patch) | |
tree | 7c4d0e75a9b3f07b88c94a6002c7c7d51b6eb0d2 /net-mgmt/etherape | |
parent | a863114e5b47a7f487f6f7688a34ec86c6c3c907 (diff) |
Get rid of gnomehier
Notes
Notes:
svn path=/head/; revision=375146
Diffstat (limited to 'net-mgmt/etherape')
-rw-r--r-- | net-mgmt/etherape/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 67a90783417c..0cb380f26679 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -3,6 +3,7 @@ PORTNAME= etherape PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= net-mgmt gnome MASTER_SITES= SF @@ -12,7 +13,7 @@ COMMENT= Graphical network traffic visualization tool for gnome LICENSE= GPLv2 USES= gettext gmake iconv pathfix pkgconfig -USE_GNOME= gnomedocutils gnomehier libglade2 libgnomeui +USE_GNOME= gnomedocutils libglade2 libgnomeui GNU_CONFIGURE= yes INSTALLS_OMF= yes |