Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 12:53:30 +0000 (UTC)
From:      jbeich@freebsd.org (Jan Beich)
To:        antoine@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r429498 - in head/textproc: py-hunspell py3-hunspell
Message-ID:  <20161226125330.4CBD9653B@freefall.freebsd.org>
In-Reply-To: <201612261158.uBQBwJn1077076@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Antoine Brodin <antoine@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161226125330.4CBD9653B>