aboutsummaryrefslogtreecommitdiff
path: root/astro/py-horoscopegenerator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-horoscopegenerator/Makefile')
-rw-r--r--astro/py-horoscopegenerator/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/py-horoscopegenerator/Makefile b/astro/py-horoscopegenerator/Makefile
index 4af32c9d96a0..a1a455b51ff3 100644
--- a/astro/py-horoscopegenerator/Makefile
+++ b/astro/py-horoscopegenerator/Makefile
@@ -12,10 +12,11 @@ COMMENT= Generate horoscopes using context-free grammar
LICENSE= MIT
-NO_ARCH= yes
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${PY_FLAVOR}
+
USES= python
USE_PYTHON= distutils autoplist
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${PY_FLAVOR}
+NO_ARCH= yes
.include <bsd.port.mk>