svn commit: r371230 - head/audio/squash
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 20 06:12:36 UTC 2014
Author: bapt
Date: Mon Oct 20 06:12:35 2014
New Revision: 371230
URL: https://svnweb.freebsd.org/changeset/ports/371230
QAT: https://qat.redports.org/buildarchive/r371230/
Log:
Fix dependency on libmad
Modified:
head/audio/squash/Makefile
Modified: head/audio/squash/Makefile
==============================================================================
--- head/audio/squash/Makefile Mon Oct 20 06:10:33 2014 (r371229)
+++ head/audio/squash/Makefile Mon Oct 20 06:12:35 2014 (r371230)
@@ -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
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
More information about the svn-ports-all
mailing list