diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 14:19:25 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-25 14:19:25 +0800 |
commit | 54cf69b0142a6305350591c63805b1583d04401f (patch) | |
tree | 2005790e2770df17da327cd0fd60c29a69786c19 /audio/rhythmbox-devel | |
parent | a233bdab663c92e7e70c7dd6b15ee638f9a2967f (diff) | |
download | marcuscom-ports-54cf69b0142a6305350591c63805b1583d04401f.tar.gz marcuscom-ports-54cf69b0142a6305350591c63805b1583d04401f.tar.zst marcuscom-ports-54cf69b0142a6305350591c63805b1583d04401f.zip |
Use gstreamerplugins.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1370 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index cd0d95c8b..df9aa67d4 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .else -LIB_DEPENDS+= gstplay-0.7.1:${PORTSDIR}/multimedia/gstreamer-plugins +USE_GNOME+= gstreamerplugins .endif .include <bsd.port.pre.mk> |