svn commit: r340604 - head/audio/gtkpod

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 21 12:33:00 UTC 2014


Author: danfe
Date: Tue Jan 21 12:33:00 2014
New Revision: 340604
URL: http://svnweb.freebsd.org/changeset/ports/340604
QAT: https://qat.redports.org/buildarchive/r340604/

Log:
  Oops, missed couple of CONFIGURE_ARGS helpers during conversion.

Modified:
  head/audio/gtkpod/Makefile

Modified: head/audio/gtkpod/Makefile
==============================================================================
--- head/audio/gtkpod/Makefile	Tue Jan 21 12:23:40 2014	(r340603)
+++ head/audio/gtkpod/Makefile	Tue Jan 21 12:33:00 2014	(r340604)
@@ -34,10 +34,10 @@ VORBIS_LIB_DEPENDS=	libvorbisfile.so:${P
 VORBIS_CONFIGURE_OFF=	--without-ogg
 
 FLAC_LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac
-FLAC_CONFIGURE_ARGS=	--without-flac
+FLAC_CONFIGURE_OFF=	--without-flac
 
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
-CURL_CONFIGURE_ARGS=	--without-curl
+CURL_CONFIGURE_OFF=	--without-curl
 
 post-patch:
 # Install locale files correctly (to share dir instead of lib dir)


More information about the svn-ports-all mailing list