diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
commit | dba80fffe43da11d0a331d26ff47ad47939db729 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /multimedia/lives | |
parent | 9e20b44c8053a22656f664d6c0e3ba06708a98b5 (diff) |
Notes
Diffstat (limited to 'multimedia/lives')
-rw-r--r-- | multimedia/lives/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index c0cdc5cb8a66..cd75c6c63933 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -38,7 +38,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ ogmmerge:${PORTSDIR}/multimedia/ogmtools \ transcode:${PORTSDIR}/multimedia/transcode \ x264:${PORTSDIR}/multimedia/x264 \ - xmms:${PORTSDIR}/multimedia/xmms + xmms:${PORTSDIR}/multimedia/xmms \ + cdrecord:${PORTSDIR}/sysutils/cdrtools WRKSRC= ${WRKDIR}/${DISTNAME:L} @@ -48,7 +49,6 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_PYTHON= yes USE_PERL5= yes -USE_CDRTOOLS= yes USE_GHOSTSCRIPT_RUN= yes USE_GNOME= gtk20 USE_LDCONFIG= yes |