diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
commit | e6b247dce1d9f6355a583ef6269fdbba110eaea8 (patch) | |
tree | b403d8f8e97a8040733026c2af5479b7f250a1e9 /audio/prokyon3/Makefile | |
parent | 0de3ff661acec63625e5bf537d3305273b9edd3e (diff) | |
download | ports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.tar.gz ports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.zip |
Notes
Diffstat (limited to 'audio/prokyon3/Makefile')
-rw-r--r-- | audio/prokyon3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index f2cddb476f98..142c5f5914f8 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -38,8 +38,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \ .endif .if defined(WITH_BURN) -RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools \ - mpg123:${PORTSDIR}/audio/mpg123 \ +USE_CDRTOOLS= yes +RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ normalize:${PORTSDIR}/audio/normalize \ bash:${PORTSDIR}/shells/bash2 |