From 24cbbbe13e1db624bed9564509e07410da751bcc Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Thu, 30 Sep 2021 14:44:53 +0000 Subject: [PATCH] textproc/py-nltk: Add CPE information Approved by: portmgr (blanket) --- textproc/py-nltk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-nltk/Makefile b/textproc/py-nltk/Makefile index 3047fb39537a..80dafb01d485 100644 --- a/textproc/py-nltk/Makefile +++ b/textproc/py-nltk/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ zip +USES= cpe python:3.6+ zip USE_PYTHON= distutils autoplist NO_ARCH= yes