From c7d0242213d70d6f9810f3dc58177218a0e42d6f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 26 Dec 2016 13:06:07 +0000 Subject: [PATCH] Avoid duplicating USES=localbase Suggested by: jbeich --- textproc/py-hunspell/Makefile | 3 ++- textproc/py3-hunspell/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/py-hunspell/Makefile b/textproc/py-hunspell/Makefile index d380d753c5e1..c1646750d195 100644 --- a/textproc/py-hunspell/Makefile +++ b/textproc/py-hunspell/Makefile @@ -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 diff --git a/textproc/py3-hunspell/Makefile b/textproc/py3-hunspell/Makefile index 610944811adf..52708394692f 100644 --- a/textproc/py3-hunspell/Makefile +++ b/textproc/py3-hunspell/Makefile @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-hunspell -USES?= localbase python:3.3+ +USES= python:3.3+ .include "${MASTERDIR}/Makefile"