diff options
author | John Marino <marino@FreeBSD.org> | 2014-04-16 18:19:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-04-16 18:19:26 +0000 |
commit | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (patch) | |
tree | 4aba9b10e76c12269cee0949c4c4e1714cc711ae /graphics | |
parent | b51b36356048bf115def05dbc21856ee0cd438fa (diff) | |
download | ports-ca9574e7df6ddd6a18e6234bc0f210d734a2d092.tar.gz ports-ca9574e7df6ddd6a18e6234bc0f210d734a2d092.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)
Notes
Notes:
svn path=/head/; revision=351410
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/amide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 1c37b48ce855..cb68366e1469 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes USES= gettext gmake pkgconfig -USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 +USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 gnomedocutils INSTALLS_OMF= yes OPTIONS_DEFINE= CODEC DCMTK GSL NLS VOLPACK XMEDCON |