summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-09 00:14:42 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-09 00:14:42 +0000
commitac1b99f99e299e20bdebc740d2e9c8f1953a0962 (patch)
tree307bff8f217be1cedc723db4a0e7db6e77f9e0bb /audio
parentAdd OpenOffice.org 1.1 for portuguese (Brazil) language (diff)
add libvorbis dependency. This should fix the compile error
reported by bento on sparc64: http://bento.freebsd.org/errorlogs/sparc64-5-full/net-rhythmbox-0.4.8_2.log Do not bump PORTREVISION since it either works or not but this does not add any additional functionality. PR: 58314 Submitted By: MAINTAINER
Notes
Notes: svn path=/head/; revision=93459
Diffstat (limited to 'audio')
-rw-r--r--audio/net-rhythmbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile
index 2da8754c7509..84849068887f 100644
--- a/audio/net-rhythmbox/Makefile
+++ b/audio/net-rhythmbox/Makefile
@@ -17,7 +17,8 @@ COMMENT= Audio player for the Gnome 2 desktop environment
LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \
gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \
FLAC.5:${PORTSDIR}/audio/flac \
- mad.1:${PORTSDIR}/audio/mad
+ mad.1:${PORTSDIR}/audio/mad \
+ vorbis.2:${PORTSDIR}/audio/libvorbis
USE_X_PREFIX= yes
USE_GMAKE= yes