svn commit: r349675 - head/www/geolizer
Baptiste Daroussin
bapt at FreeBSD.org
Sun Mar 30 20:01:14 UTC 2014
On Sun, Mar 30, 2014 at 07:49:28PM +0000, Dirk Meyer wrote:
> Author: dinoex
> Date: Sun Mar 30 19:49:28 2014
> New Revision: 349675
> URL: http://svnweb.freebsd.org/changeset/ports/349675
> QAT: https://qat.redports.org/buildarchive/r349675/
>
> Log:
> - use OPTIONS_SET to preselect option
>
> Modified:
> head/www/geolizer/Makefile
>
> Modified: head/www/geolizer/Makefile
> ==============================================================================
> --- head/www/geolizer/Makefile Sun Mar 30 19:48:41 2014 (r349674)
> +++ head/www/geolizer/Makefile Sun Mar 30 19:49:28 2014 (r349675)
> @@ -6,7 +6,7 @@ CATEGORIES=
> MAINTAINER= dinoex at FreeBSD.org
>
> MASTERDIR?= ${.CURDIR}/../webalizer
> -WITH_GEOIP= yes
> +OPTIONS_SET+= GEOIP
>
OPTIONS_SET is a end user macro, not a ports one, you should use
OPTIONS_SLAVE=GEOIP
this will activate GEOIP as well as remove it from the user choices of options.
regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140330/d6a3545b/attachment.sig>
More information about the svn-ports-head
mailing list