diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-22 10:04:00 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-22 10:04:00 +0000 |
commit | 5a99d0402723add61f6ea6e9fd9749a3ab72816e (patch) | |
tree | 55451ca527b0773e58dfe72162eceedce9c80580 /audio/juk | |
parent | 1d5b224180a2defd65c7691a79bc4ef4d2874a65 (diff) |
Notes
Diffstat (limited to 'audio/juk')
-rw-r--r-- | audio/juk/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile index 64ce50cbf427..49eb735b50c3 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -39,19 +39,15 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS+=CFLAGS=-I${LOCALBASE}/include/tunepimp-0.4 \ LDFLAGS=-L${LOCALBASE}/lib/tunepimp-0.4 +WANT_GSTREAMER= yes + .include <bsd.port.pre.mk> -.if exists(${X11BASE}/lib/libgstplay-0.8.so) -. if !defined(WITH_GSTREAMER) +.if defined(WITH_GSTREAMER) || exists(${LOCALBASE}/lib/libgstreamer-0.10.so) GSTREAMER_OVERRIDE=yes -WITH_GSTREAMER= yes -. endif +USE_GSTREAMER= yes .endif -.if defined(WITH_GSTREAMER) -LIB_DEPENDS+= gstreamer:${PORTSDIR}/multimedia/gstreamer80 \ - gstplay:${PORTSDIR}/multimedia/gstreamer-plugins80 -.endif pre-everything:: .if defined(GSTREAMER_OVERRIDE) |