aboutsummaryrefslogtreecommitdiff
path: root/audio/squash
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
commit5978476c353873821167189c3e7e7d3ce7b9909a (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/squash
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
Notes
Diffstat (limited to 'audio/squash')
-rw-r--r--audio/squash/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile
index be64d32c3b69..7c359a487944 100644
--- a/audio/squash/Makefile
+++ b/audio/squash/Makefile
@@ -11,12 +11,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mandree@FreeBSD.org
COMMENT= Learning console-based MP3/OGG player
-LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac \
- fftw:${PORTSDIR}/math/fftw \
- id3:${PORTSDIR}/audio/id3lib \
- mad:${PORTSDIR}/audio/mad \
- vorbis:${PORTSDIR}/audio/libvorbis \
- ao:${PORTSDIR}/audio/libao
+LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac \
+ libfftw.so:${PORTSDIR}/math/fftw \
+ libid3.so:${PORTSDIR}/audio/id3lib \
+ libmad.so:${PORTSDIR}/audio/mad \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libao.so:${PORTSDIR}/audio/libao
RUN_DEPENDS= id3v2:${PORTSDIR}/audio/id3v2
NO_STAGE= yes