aboutsummaryrefslogtreecommitdiff
path: root/audio/beets
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-27 12:10:31 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-27 12:10:31 +0000
commit6f02410d6ff78014dd19374d7b7f809d8c5939ce (patch)
tree35c712a99e1b0177535f190976f97dcef4b6be73 /audio/beets
parent80f7c687f0567492c78b0598adb76dcb81eabed1 (diff)
downloadports-6f02410d6ff78014dd19374d7b7f809d8c5939ce.tar.gz
ports-6f02410d6ff78014dd19374d7b7f809d8c5939ce.zip
Notes
Diffstat (limited to 'audio/beets')
-rw-r--r--audio/beets/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beets/Makefile b/audio/beets/Makefile
index 54b92edb0193..78d2df146745 100644
--- a/audio/beets/Makefile
+++ b/audio/beets/Makefile
@@ -3,6 +3,7 @@
PORTNAME= beets
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
@@ -46,7 +47,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}discogs-client>=0:${PORTSDIR}/audio/py-disc
.endif
.if ${PORT_OPTIONS:MFFMPEG}
-RUN_DEPENDS+= ffmpeg>=0:${PORTSDIR}/multimedia/ffmpeg1
+RUN_DEPENDS+= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg
.endif
.if ${PORT_OPTIONS:MREPLAYGAIN}