diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-23 21:34:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-23 21:34:43 +0000 |
commit | 80fee806c4384ff26e964a04984a34dd4235e124 (patch) | |
tree | ab22c3cec7250d5c6f1d23d20163a651f29b2663 /multimedia/lives/Makefile | |
parent | 1e0cc1e3dd09fdad460647c0812b8d7200f38f94 (diff) | |
download | ports-80fee806c4384ff26e964a04984a34dd4235e124.tar.gz ports-80fee806c4384ff26e964a04984a34dd4235e124.zip |
Notes
Diffstat (limited to 'multimedia/lives/Makefile')
-rw-r--r-- | multimedia/lives/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 550e100cdb01..cd84e39c1274 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,6 +3,7 @@ PORTNAME= lives PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -38,7 +39,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ ogmmerge:${PORTSDIR}/multimedia/ogmtools \ transcode:${PORTSDIR}/multimedia/transcode \ x264:${PORTSDIR}/multimedia/x264 \ - xmms:${PORTSDIR}/multimedia/xmms \ cdrecord:${PORTSDIR}/sysutils/cdrtools WRKSRC= ${WRKDIR}/${DISTNAME:L} |