aboutsummaryrefslogtreecommitdiff
path: root/audio/grip
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-31 14:07:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-31 14:07:59 +0000
commite6b247dce1d9f6355a583ef6269fdbba110eaea8 (patch)
treeb403d8f8e97a8040733026c2af5479b7f250a1e9 /audio/grip
parent0de3ff661acec63625e5bf537d3305273b9edd3e (diff)
downloadports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.tar.gz
ports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.zip
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Notes
Notes: svn path=/head/; revision=183769
Diffstat (limited to 'audio/grip')
-rw-r--r--audio/grip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index 892c428f9363..d1dda068fd49 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --disable-cdpar
.endif
.if defined(WITH_CDDA2WAV)
-RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools
+USE_CDRTOOLS= yes
.endif
.if defined(WITH_BLADEENC)