Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 06:26: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: r371233 - head/audio/herrie
Message-ID:  <201410200626.s9K6Q4HD032023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct 20 06:26:03 2014
New Revision: 371233
URL: https://svnweb.freebsd.org/changeset/ports/371233
QAT: https://qat.redports.org/buildarchive/r371233/

Log:
  Fix

Modified:
  head/audio/herrie/Makefile

Modified: head/audio/herrie/Makefile
==============================================================================
--- head/audio/herrie/Makefile	Mon Oct 20 06:16:58 2014	(r371232)
+++ head/audio/herrie/Makefile	Mon Oct 20 06:26:03 2014	(r371233)
@@ -15,7 +15,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=verbose
 CONFIGURE_ENV+=	PREFIX=${PREFIX}
 
-USES=		tar:bzip2
+USES=		pkgconfig tar:bzip2
 USE_GNOME=	glib20
 
 OPTIONS_DEFINE=	MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS
@@ -26,7 +26,7 @@ HTTP_DESC=	HTTP streams and AudioScrobbl
 LIBAO_DESC=	LibAO support (breaks chroot)
 XCURSES_DESC=	Build XCurses version
 
-MAD_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/mad \
+MAD_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad \
 			libid3tag.so:${PORTSDIR}/audio/libid3tag
 MAD_CONFIGURE_OFF=no_mp3
 VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis



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