svn commit: r360656 - head/multimedia/gmerlin

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jul 4 20:17:16 UTC 2014


Author: rakuco
Date: Fri Jul  4 20:17:15 2014
New Revision: 360656
URL: http://svnweb.freebsd.org/changeset/ports/360656
QAT: https://qat.redports.org/buildarchive/r360656/

Log:
  <OPTION>_CONFIGURE_ARGS does not exist; use CDDB_CONFIGURE_OFF instead.

Modified:
  head/multimedia/gmerlin/Makefile

Modified: head/multimedia/gmerlin/Makefile
==============================================================================
--- head/multimedia/gmerlin/Makefile	Fri Jul  4 20:12:24 2014	(r360655)
+++ head/multimedia/gmerlin/Makefile	Fri Jul  4 20:17:15 2014	(r360656)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmerlin
 PORTVERSION=	1.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -42,7 +42,7 @@ OPTIONS_SUB=		yes
 ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
 ALSA_CONFIGURE_OFF=	--disable-alsa --disable-alsamixer
 CDDB_LIB_DEPENDS=	libcddb.so:${PORTSDIR}/audio/libcddb
-CDDB_CONFIGURE_ARGS=	--disable-cddb
+CDDB_CONFIGURE_OFF=	--disable-cddb
 CDIO_LIB_DEPENDS=	libcdio.so:${PORTSDIR}/sysutils/libcdio
 CDIO_CONFIGURE_OFF=	--disable-libcdio
 ESOUND_USE=		gnome=esound


More information about the svn-ports-head mailing list