diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-18 05:58:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-10-18 05:58:46 +0000 |
commit | 898e46c175558ecb07ae926567391a9fa9f126ff (patch) | |
tree | 56dc43f945f0fad6bde4a209494a9160550a9a3f /audio/jamboree | |
parent | 3473d9d085f72cbca70135f565a586b894ecab63 (diff) | |
download | ports-898e46c175558ecb07ae926567391a9fa9f126ff.tar.gz ports-898e46c175558ecb07ae926567391a9fa9f126ff.zip |
Notes
Diffstat (limited to 'audio/jamboree')
-rw-r--r-- | audio/jamboree/Makefile | 7 |
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 |