diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:43:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:43:28 +0800 |
commit | cca45a64384514265de0b6d08f9499e1b0fe1d8c (patch) | |
tree | 7c4d0e75a9b3f07b88c94a6002c7c7d51b6eb0d2 /net-mgmt | |
parent | aa6d2705949fb367f88321a2b216e858c831f92e (diff) | |
download | freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.tar.gz freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.tar.zst freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.zip |
Get rid of gnomehier
Diffstat (limited to 'net-mgmt')
-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 |