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 /sysutils/gnome-device-manager | |
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 'sysutils/gnome-device-manager')
-rw-r--r-- | sysutils/gnome-device-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnome-device-manager/Makefile b/sysutils/gnome-device-manager/Makefile index 0e5b4e5b7073..6226641d96c0 100644 --- a/sysutils/gnome-device-manager/Makefile +++ b/sysutils/gnome-device-manager/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_BZIP2= yes USES= gmake pkgconfig -USE_GNOME= gnomehack intlhack ltverhack libgnomeui +USE_GNOME= gnomehack intlhack ltverhack libgnomeui gnomedocutils USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_LDCONFIG= yes |