aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2014-04-15 01:06:47 +0800
committerdbn <dbn@FreeBSD.org>2014-04-15 01:06:47 +0800
commit1667447bb438a7fc7a3d8d581c4bdb8e99c3a30b (patch)
treeb39933a0f2b5dffa1429b73fc9a1d2b8d9648ffe /audio
parentd089e5cf2d09a1398524d97b39f3a76cc3958d91 (diff)
downloadfreebsd-ports-gnome-1667447bb438a7fc7a3d8d581c4bdb8e99c3a30b.tar.gz
freebsd-ports-gnome-1667447bb438a7fc7a3d8d581c4bdb8e99c3a30b.tar.zst
freebsd-ports-gnome-1667447bb438a7fc7a3d8d581c4bdb8e99c3a30b.zip
Add optional dependency to libav for audio/soundkonverter.
Since the package structure may change, bump PORTREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/soundkonverter/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile
index 0675ad093fde..92a7aaf1cf21 100644
--- a/audio/soundkonverter/Makefile
+++ b/audio/soundkonverter/Makefile
@@ -3,6 +3,7 @@
PORTNAME= soundkonverter
DISTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= GH LOCAL/dbn/${PORTNAME}
@@ -68,10 +69,8 @@ FLUIDSYNTH_RUN_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth
LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
-.if defined(NOT_IMPLEMENTED)
LIBAV_DESCR= LibAV support (WMA, AIFF, AC3, APE...)
-LIBAV_RUN_DEPENDS= avconv:${PORTSDIR}/audio/libav
-.endif
+LIBAV_RUN_DEPENDS= avconv:${PORTSDIR}/multimedia/libav
MAC_DESC= Monkey's Audio lossless codec
MAC_RUN_DEPENDS= mac:${PORTSDIR}/audio/mac