svn commit: r360655 - head/audio/harp
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Jul 4 20:12:25 UTC 2014
Author: rakuco
Date: Fri Jul 4 20:12:24 2014
New Revision: 360655
URL: http://svnweb.freebsd.org/changeset/ports/360655
QAT: https://qat.redports.org/buildarchive/r360655/
Log:
<OPTION>_CONFIGURE_ARGS does not exist; use VORBIS_CONFIGURE_WITH instead.
Modified:
head/audio/harp/Makefile
Modified: head/audio/harp/Makefile
==============================================================================
--- head/audio/harp/Makefile Fri Jul 4 20:08:27 2014 (r360654)
+++ head/audio/harp/Makefile Fri Jul 4 20:12:24 2014 (r360655)
@@ -2,7 +2,7 @@
PORTNAME= harp
PORTVERSION= 0.5.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,7 +39,7 @@ MP3_CONFIGURE_WITH= mp3
SHOUTCAST_CONFIGURE_WITH= stream
VORBIS_LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis
-VORBIS_CONFIGURE_ARGS= vorbis
+VORBIS_CONFIGURE_WITH= vorbis
JACK_CONFIGURE_WITH= jack
JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
More information about the svn-ports-all
mailing list