svn commit: r429498 - in head/textproc: py-hunspell py3-hunspell

Jan Beich jbeich at freebsd.org
Mon Dec 26 12:53:31 UTC 2016


Antoine Brodin <antoine at FreeBSD.org> writes:

> Modified: head/textproc/py-hunspell/Makefile
> ==============================================================================
> --- head/textproc/py-hunspell/Makefile	Mon Dec 26 11:57:38 2016	(r429497)
> +++ head/textproc/py-hunspell/Makefile	Mon Dec 26 11:58:18 2016	(r429498)
> @@ -14,7 +14,7 @@ LICENSE=	LGPL3
>  
>  LIB_DEPENDS=	libhunspell-${HSPLVER}.so:textproc/hunspell
>  
> -USES=		localbase python
> +USES?=		localbase python

Better use += to avoid duplicating USES=localbase into the py3- slave.


More information about the svn-ports-head mailing list