aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-09-06 15:23:52 +0800
committerjgh <jgh@FreeBSD.org>2013-09-06 15:23:52 +0800
commitbad138aef105d403a66e1451d5c89642681f80c9 (patch)
tree77270c3a1bdbda59e3d920c020665caad7cf4d6b /www
parente8cf03bba498015d5130235c43fed7aaa8befe4f (diff)
downloadfreebsd-ports-gnome-bad138aef105d403a66e1451d5c89642681f80c9.tar.gz
freebsd-ports-gnome-bad138aef105d403a66e1451d5c89642681f80c9.tar.zst
freebsd-ports-gnome-bad138aef105d403a66e1451d5c89642681f80c9.zip
- revert r326430, as this fix broke build
Reported by: qat Approved by: maintainer (danilogondolfo@gmail.com, implicit)
Diffstat (limited to 'www')
-rw-r--r--www/flickcurl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/flickcurl/Makefile b/www/flickcurl/Makefile
index 1c606e0924ea..7c5dbaca64a5 100644
--- a/www/flickcurl/Makefile
+++ b/www/flickcurl/Makefile
@@ -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