diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-08-07 14:50:19 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-08-07 14:50:19 +0000 |
commit | a4cb56147d17098c56bbd9aa819a5f0e9cfa340b (patch) | |
tree | d013643bbdbb956774d339a501b097e497e0172a /astro/py-horoscopegenerator | |
parent | 767db3f65059bccb55431278d77f43ba5d5ec677 (diff) |
Notes
Diffstat (limited to 'astro/py-horoscopegenerator')
-rw-r--r-- | astro/py-horoscopegenerator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-horoscopegenerator/Makefile b/astro/py-horoscopegenerator/Makefile index db9e86dece75..3c53386e1043 100644 --- a/astro/py-horoscopegenerator/Makefile +++ b/astro/py-horoscopegenerator/Makefile @@ -2,6 +2,7 @@ PORTNAME= HoroscopeGenerator PORTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,6 @@ NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk .include <bsd.port.mk> |