Avoid duplicating USES=localbase
Suggested by: jbeich
This commit is contained in:
parent
64c1fe6742
commit
c7d0242213
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429511
@ -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
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-hunspell
|
||||
|
||||
USES?= localbase python:3.3+
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user