diff options
author | marino <marino@FreeBSD.org> | 2014-04-17 02:19:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-04-17 02:19:26 +0800 |
commit | 2ff2f3dac9805ec42de1b5cab42db4952b63bb93 (patch) | |
tree | 4aba9b10e76c12269cee0949c4c4e1714cc711ae /net-mgmt/etherape | |
parent | 9f777007d0e0416cace506b895e02241e990a35e (diff) | |
download | freebsd-ports-gnome-2ff2f3dac9805ec42de1b5cab42db4952b63bb93.tar.gz freebsd-ports-gnome-2ff2f3dac9805ec42de1b5cab42db4952b63bb93.tar.zst freebsd-ports-gnome-2ff2f3dac9805ec42de1b5cab42db4952b63bb93.zip |
Add USE_GNOME+= gnomedocutils to 5 ports
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.
Also reset maintainership of etherape - maintainer gone for more than
one yet now.
Approved by: portmgr (bdrewery)
Diffstat (limited to 'net-mgmt/etherape')
-rw-r--r-- | net-mgmt/etherape/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 7bfd18471b16..d5b0ce961169 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -7,10 +7,10 @@ PORTREVISION= 2 CATEGORIES= net-mgmt gnome MASTER_SITES= SF -MAINTAINER= sylvio@FreeBSD.org -COMMENT= A graphical network traffic visualization tool for gnome +MAINTAINER= ports@FreeBSD.org +COMMENT= Graphical network traffic visualization tool for gnome -USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix +USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix gnomedocutils USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes |