aboutsummaryrefslogtreecommitdiff
path: root/audio/juk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 09:38:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 09:38:09 +0000
commitf40f4381dbbeca19d5a3802f5f4955d93d768bda (patch)
treedfe994ab68480c0ef60d2f1c390610d92bdf9487 /audio/juk
parent170a76404d55c6d2aedb2547ffc29c0cf507899a (diff)
downloadports-f40f4381dbbeca19d5a3802f5f4955d93d768bda.tar.gz
ports-f40f4381dbbeca19d5a3802f5f4955d93d768bda.zip
Convert to new options framework
Notes
Notes: svn path=/head/; revision=297936
Diffstat (limited to 'audio/juk')
-rw-r--r--audio/juk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile
index 8c839426aefb..94185c930b7d 100644
--- a/audio/juk/Makefile
+++ b/audio/juk/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= akode:${PORTSDIR}/audio/akode \
CONFLICTS= kdemultimedia-3.3*
-OPTIONS= GSTREAMER "Enable gstreamer support" off
+OPTIONS_DEFINE= GSTREAMER
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
@@ -39,7 +39,7 @@ WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
-.if defined(WITH_GSTREAMER) || exists(${LOCALBASE}/lib/libgstreamer-0.10.so)
+.if ${PORT_OPTIONS:MGSTREAMER} || exists(${LOCALBASE}/lib/libgstreamer-0.10.so)
GSTREAMER_OVERRIDE=yes
USE_GSTREAMER= yes
.endif