aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-01 13:08:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-01 13:08:00 +0000
commit14225e849791151a4363a291ad0916e08e299134 (patch)
tree8789a88aaead331987f0e09adc5b948df09c359f /astro
parent8d3ce4cad1528bb6625aaf2d2998e5575e5e7508 (diff)
downloadports-14225e849791151a4363a291ad0916e08e299134.tar.gz
ports-14225e849791151a4363a291ad0916e08e299134.zip
Notes
Diffstat (limited to 'astro')
-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>