diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-09-06 07:23:52 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-09-06 07:23:52 +0000 |
commit | 83eaebb8eb34b929e2a83ef99ff2a46130f593e7 (patch) | |
tree | 77270c3a1bdbda59e3d920c020665caad7cf4d6b /www | |
parent | 472be471548ab3788eb5ac86728fb6fd6d9ba8be (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/flickcurl/Makefile | 4 |
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 |