diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-18 05:58:46 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-18 05:58:46 +0000 |
commit | c614b66865f6fbe4dd3955e8fcf46761f8654f85 (patch) | |
tree | f4ce9173bc5caab49987813229bc8f67e7431abf /audio/jamboree | |
parent | 40fd9fd155bd263876f50d3fd92eb459e8f8bf37 (diff) | |
download | FreeBSD-ports-c614b66865f6fbe4dd3955e8fcf46761f8654f85.zip FreeBSD-ports-c614b66865f6fbe4dd3955e8fcf46761f8654f85.tar.gz |
Add dependency on libgdbm, and reorder LIB_DEPENDS.
Noticed by: bento (via kris... thank you, kris)
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 8211326..9e09fb4 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 |