aboutsummaryrefslogtreecommitdiff
path: root/audio/timemachine
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 12:17:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 12:17:20 +0000
commit296f94764ca98c2d63230b50258d84ebbd017475 (patch)
treee9f19d26a84a628d85da08663a6faf2b0af6c75a /audio/timemachine
parentc7cbbb763127d34cf3a60d61bd2385a792cad7bf (diff)
downloadports-296f94764ca98c2d63230b50258d84ebbd017475.tar.gz
ports-296f94764ca98c2d63230b50258d84ebbd017475.zip
Convert to new options framework
Notes
Notes: svn path=/head/; revision=297946
Diffstat (limited to 'audio/timemachine')
-rw-r--r--audio/timemachine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile
index c9493acc31bc..12c08ef7341e 100644
--- a/audio/timemachine/Makefile
+++ b/audio/timemachine/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
lo.7:${PORTSDIR}/audio/liblo \
sndfile.1:${PORTSDIR}/audio/libsndfile
-OPTIONS= LASH "Enable LASH support" off
+OPTIONS_DEFINE= LASH
USE_GNOME= gnomehack gtk20
USE_GMAKE= yes
@@ -29,7 +29,7 @@ MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
-.if defined(WITH_LASH)
+.if ${PORT_OPTIONS:MLASH}
LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash
.else
CONFIGURE_ARGS+=--disable-lash