svn commit: r486359 - head/astro/py-horoscopegenerator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 1 13:08:02 UTC 2018


Author: sunpoet
Date: Sat Dec  1 13:08:00 2018
New Revision: 486359
URL: https://svnweb.freebsd.org/changeset/ports/486359

Log:
  Pet portlint

Modified:
  head/astro/py-horoscopegenerator/Makefile

Modified: head/astro/py-horoscopegenerator/Makefile
==============================================================================
--- head/astro/py-horoscopegenerator/Makefile	Sat Dec  1 13:07:52 2018	(r486358)
+++ head/astro/py-horoscopegenerator/Makefile	Sat Dec  1 13:08:00 2018	(r486359)
@@ -12,10 +12,11 @@ COMMENT=	Generate horoscopes using context-free gramma
 
 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>


More information about the svn-ports-all mailing list