aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audacity
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-12-13 03:30:43 +0800
committerpawel <pawel@FreeBSD.org>2013-12-13 03:30:43 +0800
commita5db08b3979f5d52adbea736f425c19c01826f19 (patch)
tree20cb76ed05e9c9bcf4f2ce2bb114550f47a361d9 /audio/audacity
parent57eb03f62d6ce29bc99c4f507d049461ac2aed3c (diff)
downloadfreebsd-ports-gnome-a5db08b3979f5d52adbea736f425c19c01826f19.tar.gz
freebsd-ports-gnome-a5db08b3979f5d52adbea736f425c19c01826f19.tar.zst
freebsd-ports-gnome-a5db08b3979f5d52adbea736f425c19c01826f19.zip
Depend on audio/libsndfile, package links to it when available on
system and at least TWOLAME option needs it to configure properly. PR: ports/183950 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Approved by: maintainer timeout
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 801a5dd80d5e..d4f1e7b84804 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -3,6 +3,7 @@
PORTNAME= audacity
PORTVERSION= 2.0.5
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -13,6 +14,8 @@ COMMENT= GUI editor for digital audio waveforms
LICENSE= GPLv2
+LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
+
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
USE_AUTOTOOLS= aclocal autoconf
@@ -66,9 +69,6 @@ CONFIGURE_ARGS+= --disable-sse
DEBUG_CONFIGURE_WITH= debug
-SNDFILE_CONFIGURE_WITH= libsndfile
-SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
-
FFMPEG_CONFIGURE_WITH= ffmpeg
FFMPEG_RUN_DEPENDS= ffmpeg0:${PORTSDIR}/multimedia/ffmpeg0
FFMPEG_BUILD_DEPENDS= ffmpeg0>=0:${PORTSDIR}/multimedia/ffmpeg0