From 2ff2f3dac9805ec42de1b5cab42db4952b63bb93 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 16 Apr 2014 18:19:26 +0000 Subject: 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) --- net-mgmt/etherape/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-mgmt/etherape') 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 -- cgit