summaryrefslogtreecommitdiff
path: root/audio/juk
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-04-22 10:04:00 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-04-22 10:04:00 +0000
commit5a99d0402723add61f6ea6e9fd9749a3ab72816e (patch)
tree55451ca527b0773e58dfe72162eceedce9c80580 /audio/juk
parent- Fix typo in rc script (diff)
Use gstreamer-0.10.
PR: ports/111801 Submitted by: Dima Panov <fluffy@ael.ru>
Notes
Notes: svn path=/head/; revision=190625
Diffstat (limited to 'audio/juk')
-rw-r--r--audio/juk/Makefile12
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)