aboutsummaryrefslogtreecommitdiff
path: root/audio/squash/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-20 06:12:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-20 06:12:35 +0000
commit822f72c2fdef4c81f65cc2f579424a315c60c87e (patch)
treea726c7cf9a1acf7b3bf02e31a5e4b85924f650f0 /audio/squash/Makefile
parente45857f1974fec36291c850db8724f5d39b63a27 (diff)
downloadports-822f72c2fdef4c81f65cc2f579424a315c60c87e.tar.gz
ports-822f72c2fdef4c81f65cc2f579424a315c60c87e.zip
Fix dependency on libmad
Notes
Notes: svn path=/head/; revision=371230
Diffstat (limited to 'audio/squash/Makefile')
-rw-r--r--audio/squash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile
index 112a2cb6411c..8e847e8c9cfe 100644
--- a/audio/squash/Makefile
+++ b/audio/squash/Makefile
@@ -3,7 +3,7 @@
PORTNAME= squash
PORTVERSION= 1.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +14,7 @@ COMMENT= Learning console-based MP3/OGG player
LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac \
libfftw.so:${PORTSDIR}/math/fftw \
libid3.so:${PORTSDIR}/audio/id3lib \
- libmad.so:${PORTSDIR}/audio/mad \
+ libmad.so:${PORTSDIR}/audio/libmad \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libao.so:${PORTSDIR}/audio/libao
RUN_DEPENDS= id3v2:${PORTSDIR}/audio/id3v2