aboutsummaryrefslogtreecommitdiff
path: root/astro/py-horoscopegenerator
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2016-08-07 14:50:19 +0000
committerKevin Lo <kevlo@FreeBSD.org>2016-08-07 14:50:19 +0000
commita4cb56147d17098c56bbd9aa819a5f0e9cfa340b (patch)
treed013643bbdbb956774d339a501b097e497e0172a /astro/py-horoscopegenerator
parent767db3f65059bccb55431278d77f43ba5d5ec677 (diff)
downloadports-a4cb56147d17098c56bbd9aa819a5f0e9cfa340b.tar.gz
ports-a4cb56147d17098c56bbd9aa819a5f0e9cfa340b.zip
Remove unneeded dependency on devel/py-six.
Spotted by: koobs
Notes
Notes: svn path=/head/; revision=419779
Diffstat (limited to 'astro/py-horoscopegenerator')
-rw-r--r--astro/py-horoscopegenerator/Makefile4
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>