From 898e46c175558ecb07ae926567391a9fa9f126ff Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 18 Oct 2003 05:58:46 +0000 Subject: [PATCH] Add dependency on libgdbm, and reorder LIB_DEPENDS. Noticed by: bento (via kris... thank you, kris) --- audio/jamboree/Makefile | 7 ++++--- 1 file 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