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

Antoine Brodin antoine at FreeBSD.org
Mon Dec 26 13:06:09 UTC 2016


Author: antoine
Date: Mon Dec 26 13:06:07 2016
New Revision: 429511
URL: https://svnweb.freebsd.org/changeset/ports/429511

Log:
  Avoid duplicating USES=localbase
  
  Suggested by:	jbeich

Modified:
  head/textproc/py-hunspell/Makefile
  head/textproc/py3-hunspell/Makefile

Modified: head/textproc/py-hunspell/Makefile
==============================================================================
--- head/textproc/py-hunspell/Makefile	Mon Dec 26 12:57:21 2016	(r429510)
+++ head/textproc/py-hunspell/Makefile	Mon Dec 26 13:06:07 2016	(r429511)
@@ -14,7 +14,8 @@ LICENSE=	LGPL3
 
 LIB_DEPENDS=	libhunspell-${HSPLVER}.so:textproc/hunspell
 
-USES?=		localbase python
+USES?=		python
+USES+=		localbase
 USE_PYTHON=	distutils
 
 HSPLVER=	1.5

Modified: head/textproc/py3-hunspell/Makefile
==============================================================================
--- head/textproc/py3-hunspell/Makefile	Mon Dec 26 12:57:21 2016	(r429510)
+++ head/textproc/py3-hunspell/Makefile	Mon Dec 26 13:06:07 2016	(r429511)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-hunspell
 
-USES?=		localbase python:3.3+
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list