svn commit: r326471 - head/www/flickcurl
Jason Helfman
jgh at FreeBSD.org
Fri Sep 6 07:23:52 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list