Date: Mon, 26 Dec 2016 11:58:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429498 - in head/textproc: py-hunspell py3-hunspell Message-ID: <201612261158.uBQBwJn1077076@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 26 11:58:18 2016 New Revision: 429498 URL: https://svnweb.freebsd.org/changeset/ports/429498 Log: Build textproc/py3-hunspell for default version of python3 instead of 3.5 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 11:57:38 2016 (r429497) +++ head/textproc/py-hunspell/Makefile Mon Dec 26 11:58:18 2016 (r429498) @@ -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 Modified: head/textproc/py3-hunspell/Makefile ============================================================================== --- head/textproc/py3-hunspell/Makefile Mon Dec 26 11:57:38 2016 (r429497) +++ head/textproc/py3-hunspell/Makefile Mon Dec 26 11:58:18 2016 (r429498) @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-hunspell -PYTHON_VERSION= python3.5 +USES?= localbase python:3.3+ .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261158.uBQBwJn1077076>