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 /editors/scribes | |
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 'editors/scribes')
-rw-r--r-- | editors/scribes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 36605bb20696..01c27ffc64ea 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -19,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml \ yelp:${PORTSDIR}/x11/yelp -USE_BZIP2= yes -USES= gettext gmake shebangfix +USES= gettext gmake shebangfix tar:bzip2 SHEBANG_FILES= scribes.in -USE_GNOME= gnomeprefix pygnomeextras pygtksourceview +USE_GNOME= gnomeprefix pygnomeextras pygtksourceview gnomedocutils USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |