diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-08-07 22:50:19 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-08-07 22:50:19 +0800 |
commit | 6fc83fd4b9084e451091636006c9e2740901c1b0 (patch) | |
tree | d013643bbdbb956774d339a501b097e497e0172a /astro | |
parent | 9cfb80e1110159e005b44ea304a5b90b887f5306 (diff) | |
download | freebsd-ports-gnome-6fc83fd4b9084e451091636006c9e2740901c1b0.tar.gz freebsd-ports-gnome-6fc83fd4b9084e451091636006c9e2740901c1b0.tar.zst freebsd-ports-gnome-6fc83fd4b9084e451091636006c9e2740901c1b0.zip |
Remove unneeded dependency on devel/py-six.
Spotted by: koobs
Diffstat (limited to 'astro')
-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> |