svn commit: r327988 - in head/www: . radicale radicale/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 23 20:18:50 UTC 2013


On Mon, Sep 23, 2013 at 8:34 PM, Mark Felder <feld at freebsd.org> wrote:

> +.if ${PORT_OPTIONS:MHTTP}
> +RUN_DEPENDS+=
>  ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests
> +USE_PYTHON=            -2.7
>

It would be better to set USE_PYTHON=2.7 as the port itself requires 2.7+.


> +.endif
> +
> +.if ${PORT_OPTIONS:MLDAP}
> +RUN_DEPENDS+=
>  ${PYTHON_PKGNAMEPREFIX}ldap2>=0:${PORTSDIR}/net/py-ldap2
> +USE_PYTHON=            -2.7
>

The same.

Regards,
sunpoet


More information about the svn-ports-all mailing list