Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 06:12:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371230 - head/audio/squash
Message-ID:  <201410200612.s9K6CZZe026656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410200612.s9K6CZZe026656>