summaryrefslogtreecommitdiff
path: root/audio/jamboree
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-10-18 05:58:46 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-10-18 05:58:46 +0000
commit898e46c175558ecb07ae926567391a9fa9f126ff (patch)
tree56dc43f945f0fad6bde4a209494a9160550a9a3f /audio/jamboree
parentUpdate to 0.23. (diff)
Add dependency on libgdbm, and reorder LIB_DEPENDS.
Noticed by: bento (via kris... thank you, kris)
Notes
Notes: svn path=/head/; revision=91545
Diffstat (limited to 'audio/jamboree')
-rw-r--r--audio/jamboree/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile
index 821132693ab1..9e09fb4167af 100644
--- a/audio/jamboree/Makefile
+++ b/audio/jamboree/Makefile
@@ -14,10 +14,11 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
MAINTAINER= jylefort@brutele.be
COMMENT= A simple GNOME music player
-LIB_DEPENDS+= gstplay-0.6:${PORTSDIR}/multimedia/gstreamer-plugins \
- id3tag:${PORTSDIR}/audio/mad \
+LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/mad \
ogg:${PORTSDIR}/audio/libogg \
- vorbis:${PORTSDIR}/audio/libvorbis
+ vorbis:${PORTSDIR}/audio/libvorbis \
+ gstplay-0.6:${PORTSDIR}/multimedia/gstreamer-plugins \
+ gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes
USE_X_PREFIX= yes