aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-12-01 21:08:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-12-01 21:08:00 +0800
commit10b1c4db82292faaa6b3e545d43bb4332258a632 (patch)
tree8789a88aaead331987f0e09adc5b948df09c359f /astro
parent75e86accb42c40bac539585e41945cbf12deffa9 (diff)
downloadfreebsd-ports-gnome-10b1c4db82292faaa6b3e545d43bb4332258a632.tar.gz
freebsd-ports-gnome-10b1c4db82292faaa6b3e545d43bb4332258a632.tar.zst
freebsd-ports-gnome-10b1c4db82292faaa6b3e545d43bb4332258a632.zip
Pet portlint
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>