diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-20 03:51:42 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-20 03:51:42 +0800 |
commit | e1ab5d2c2586b7a35705d895d4c7a10eecc86466 (patch) | |
tree | 38c7535cec33acbe3f859c0c8526ab967292c29b /audio/goobox | |
parent | 0b56dcdf4966628fb30f49b61ce2645f12e30399 (diff) | |
download | freebsd-ports-gnome-e1ab5d2c2586b7a35705d895d4c7a10eecc86466.tar.gz freebsd-ports-gnome-e1ab5d2c2586b7a35705d895d4c7a10eecc86466.tar.zst freebsd-ports-gnome-e1ab5d2c2586b7a35705d895d4c7a10eecc86466.zip |
Add a missing dependency on gnomedocutils.
Reported by: pointyhat via kris
Diffstat (limited to 'audio/goobox')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 683c69bf99cc..ff43f53ce283 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -7,6 +7,7 @@ PORTNAME= goobox PORTVERSION= 0.9.93 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -20,7 +21,8 @@ RUN_DEPENDS= cddb-slave2-properties:${PORTSDIR}/audio/gnomemedia2 USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo \ + gnomedocutils USE_GSTREAMER= cdparanoia gconf USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes |