Avoid duplicating USES=localbase

Suggested by:	jbeich
This commit is contained in:
Antoine Brodin 2016-12-26 13:06:07 +00:00
parent 64c1fe6742
commit c7d0242213
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429511
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -2,6 +2,6 @@
MASTERDIR= ${.CURDIR}/../py-hunspell
USES?= localbase python:3.3+
USES= python:3.3+
.include "${MASTERDIR}/Makefile"