diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-19 19:51:42 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-19 19:51:42 +0000 |
commit | 7b8cb1b82263fa9ae6f622e4da38e872048dd49f (patch) | |
tree | ba7af1de43ac0da30a640f104f6ef3b1deeb1c79 /audio | |
parent | 784768ffdd7a91a4081841b1028279a546164692 (diff) | |
download | FreeBSD-ports-7b8cb1b82263fa9ae6f622e4da38e872048dd49f.zip FreeBSD-ports-7b8cb1b82263fa9ae6f622e4da38e872048dd49f.tar.gz |
Add a missing dependency on gnomedocutils.
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-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 683c69b..ff43f53 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 |