svn commit: r326430 - head/www/flickcurl
Jason Helfman
jgh at FreeBSD.org
Thu Sep 5 22:58:33 UTC 2013
Did you test this? This is now broken, as a result. I suggest reverting.
-jgh
On Thu, Sep 5, 2013 at 11:04 AM, Sunpoet Po-Chuan Hsieh <sunpoet at freebsd.org
> wrote:
> Author: sunpoet
> Date: Thu Sep 5 18:04:42 2013
> New Revision: 326430
> URL: http://svnweb.freebsd.org/changeset/ports/326430
>
> Log:
> - Fix CONFIGURE_ARGS
>
> Modified:
> head/www/flickcurl/Makefile
>
> Modified: head/www/flickcurl/Makefile
>
> ==============================================================================
> --- head/www/flickcurl/Makefile Thu Sep 5 17:58:00 2013 (r326429)
> +++ head/www/flickcurl/Makefile Thu Sep 5 18:04:42 2013 (r326430)
> @@ -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
>
>
--
Jason Helfman | FreeBSD Committer
jgh at FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve
More information about the svn-ports-head
mailing list