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 /deskutils/glabels | |
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 'deskutils/glabels')
-rw-r--r-- | deskutils/glabels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index a8213b671341..0d152e131be0 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program to create labels and business cards USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui \ +USE_GNOME= gnomehack gnomeprefix libgnomeui gnomedocutils \ desktopfileutils intlhack ltverhack WANT_GNOME= yes USES= gettext gmake pkgconfig |