Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 19:39:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342599 - head/audio/terminatorx
Message-ID:  <201402041939.s14Jd4p0022438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb  4 19:39:04 2014
New Revision: 342599
URL: http://svnweb.freebsd.org/changeset/ports/342599
QAT: https://qat.redports.org/buildarchive/r342599/

Log:
  Fix LIB_DEPENDS
  
  Reported by:	pkg via poudriere sanity checks

Modified:
  head/audio/terminatorx/Makefile

Modified: head/audio/terminatorx/Makefile
==============================================================================
--- head/audio/terminatorx/Makefile	Tue Feb  4 19:37:12 2014	(r342598)
+++ head/audio/terminatorx/Makefile	Tue Feb  4 19:39:04 2014	(r342599)
@@ -50,7 +50,7 @@ SOX_CONFIGURE_OFF=	--disable-sox
 VORBIS_BUILD_DEPENDS=	oggenc:${PORTSDIR}/audio/vorbis-tools
 VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
 VORBIS_CONFIGURE_OFF=	--disable-vorbis
-MAD_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/mad
+MAD_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
 MAD_CONFIGURE_OFF=	--disable-mad
 
 post-patch:



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