Date: Mon, 26 Dec 2016 13:06:07 +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: r429511 - in head/textproc: py-hunspell py3-hunspell Message-ID: <201612261306.uBQD67ZL007417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 26 13:06:07 2016 New Revision: 429511 URL: https://svnweb.freebsd.org/changeset/ports/429511 Log: Avoid duplicating USES=localbase Suggested by: jbeich 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 12:57:21 2016 (r429510) +++ head/textproc/py-hunspell/Makefile Mon Dec 26 13:06:07 2016 (r429511) @@ -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 Modified: head/textproc/py3-hunspell/Makefile ============================================================================== --- head/textproc/py3-hunspell/Makefile Mon Dec 26 12:57:21 2016 (r429510) +++ head/textproc/py3-hunspell/Makefile Mon Dec 26 13:06:07 2016 (r429511) @@ -2,6 +2,6 @@ MASTERDIR= ${.CURDIR}/../py-hunspell -USES?= localbase python:3.3+ +USES= python:3.3+ .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261306.uBQD67ZL007417>