Index: head/textproc/py-hunspell/Makefile =================================================================== --- head/textproc/py-hunspell/Makefile (revision 429510) +++ head/textproc/py-hunspell/Makefile (revision 429511) @@ -1,28 +1,29 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= hunspell PORTVERSION= 0.4.1 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thierry@FreeBSD.org COMMENT= Python module for the Hunspell spellchecker engine LICENSE= LGPL3 LIB_DEPENDS= libhunspell-${HSPLVER}.so:textproc/hunspell -USES?= localbase python +USES?= python +USES+= localbase USE_PYTHON= distutils HSPLVER= 1.5 PLIST_FILES= %%PYTHON_SITELIBDIR%%/hunspell.so pre-configure: ${REINPLACE_CMD} -e "s|/usr/include|${LOCALBASE}/include|" \ -e "s|= \['hunspell|= ['hunspell-${HSPLVER}|" \ ${WRKSRC}/${PYSETUP} .include Index: head/textproc/py3-hunspell/Makefile =================================================================== --- head/textproc/py3-hunspell/Makefile (revision 429510) +++ head/textproc/py3-hunspell/Makefile (revision 429511) @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-hunspell -USES?= localbase python:3.3+ +USES= python:3.3+ .include "${MASTERDIR}/Makefile"