Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 20:12:25 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360655 - head/audio/harp
Message-ID:  <201407042012.s64KCPne053403@svn.freebsd.org>

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



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