svn commit: r371233 - head/audio/herrie
Antoine Brodin
antoine at FreeBSD.org
Mon Oct 20 06:26:04 UTC 2014
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
More information about the svn-ports-all
mailing list