diff options
Diffstat (limited to 'audio/rhythmbox-devel/Makefile')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index f5c8dd7a7..bfc9c3f83 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -27,6 +27,13 @@ USE_LIBTOOL= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" +.ifdef (WITH_XINE) +LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine +CONFIGURE_ARGS+= --enable-xine +.else +LIB_DEPENDS+= gstplay-0.7.1:${PORTSDIR}/multimedia/gstreamer-plugins +.endif + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libvorbis.so) @@ -39,13 +46,6 @@ LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest .endif -.ifdef (WITH_XINE) -LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --enable-xine -.else -LIB_DEPENDS+= gstplay-0.7.1:${PORTSDIR}/multimedia/gstreamer-plugins -.endif - pre-everything:: .if !defined(WITH_XINE) @${ECHO_MSG} |