diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-26 19:58:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-26 19:58:18 +0800 |
commit | 2b09cc3ed23eba974044505db14301a06be7eeb3 (patch) | |
tree | de5a84cb3bdcfba3da57015c82f19a3024f92e0a /textproc | |
parent | 1c98851ec961dea5b4263c00243373b8297b4ec8 (diff) | |
download | freebsd-ports-gnome-2b09cc3ed23eba974044505db14301a06be7eeb3.tar.gz freebsd-ports-gnome-2b09cc3ed23eba974044505db14301a06be7eeb3.tar.zst freebsd-ports-gnome-2b09cc3ed23eba974044505db14301a06be7eeb3.zip |
Build textproc/py3-hunspell for default version of python3 instead of 3.5
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-hunspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/py3-hunspell/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-hunspell/Makefile b/textproc/py-hunspell/Makefile index bd084906ba5e..d380d753c5e1 100644 --- a/textproc/py-hunspell/Makefile +++ b/textproc/py-hunspell/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libhunspell-${HSPLVER}.so:textproc/hunspell -USES= localbase python +USES?= localbase python USE_PYTHON= distutils HSPLVER= 1.5 diff --git a/textproc/py3-hunspell/Makefile b/textproc/py3-hunspell/Makefile index 2bd7b20b264c..610944811adf 100644 --- a/textproc/py3-hunspell/Makefile +++ b/textproc/py3-hunspell/Makefile @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-hunspell -PYTHON_VERSION= python3.5 +USES?= localbase python:3.3+ .include "${MASTERDIR}/Makefile" |