aboutsummaryrefslogtreecommitdiff
path: root/audio/jamboree/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-07 19:46:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-07 19:46:41 +0000
commit569f1464c1fd8dbe28eb1d3e0a15e1c59f82c340 (patch)
tree8601fb65c57d068b8a04e5b6e42608f55304d011 /audio/jamboree/Makefile
parente56cdf7bb611b9fae6f0830476d0cf8c133b0f7a (diff)
downloadports-569f1464c1fd8dbe28eb1d3e0a15e1c59f82c340.tar.gz
ports-569f1464c1fd8dbe28eb1d3e0a15e1c59f82c340.zip
Notes
Diffstat (limited to 'audio/jamboree/Makefile')
-rw-r--r--audio/jamboree/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile
index ee66e97f4656..921bb1c55941 100644
--- a/audio/jamboree/Makefile
+++ b/audio/jamboree/Makefile
@@ -17,15 +17,16 @@ COMMENT= A simple GNOME music player
LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/libid3tag \
vorbis.3:${PORTSDIR}/audio/libvorbis \
- gstplay-0.6:${PORTSDIR}/multimedia/gstreamer-plugins \
gdbm.3:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2
+USE_GNOME= gnomeprefix gnomehack libgnomeui libglade2 gstreamerplugins
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+BROKEN= "Needs update for gstreamer-0.8"
+
.include <bsd.port.mk>