Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 07:23:52 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326471 - head/www/flickcurl
Message-ID:  <201309060723.r867NqgF079547@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Sep  6 07:23:52 2013
New Revision: 326471
URL: http://svnweb.freebsd.org/changeset/ports/326471

Log:
  - revert r326430, as this fix broke build
  
  Reported by: qat
  Approved by:	maintainer (danilogondolfo@gmail.com, implicit)

Modified:
  head/www/flickcurl/Makefile

Modified: head/www/flickcurl/Makefile
==============================================================================
--- head/www/flickcurl/Makefile	Fri Sep  6 07:05:28 2013	(r326470)
+++ head/www/flickcurl/Makefile	Fri Sep  6 07:23:52 2013	(r326471)
@@ -31,9 +31,9 @@ USE_LDCONFIG=	yes
 MAN1=		flickcurl.1 flickcurl-config.1 flickrdf.1
 
 OFFLINE_CONFIGURE_ON=		--enable-offline
-OFFLINE_CONFIGURE_OFF=		--offline=no
+OFFLINE_CONFIGURE_OFF=		offline=no
 CAPTURE_CONFIGURE_ON=		--enable-capture
-CAPTURE_CONFIGURE_OFF=		--capture=no
+CAPTURE_CONFIGURE_OFF=		capture=no
 RAPTOR_LIB_DEPENDS=		libraptor2.so:${PORTSDIR}/textproc/raptor2
 RAPTOR_CONFIGURE_ON=		--with-raptor=2
 RAPTOR_CONFIGURE_OFF=		--with-raptor=no



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