Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2018 13:08:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486359 - head/astro/py-horoscopegenerator
Message-ID:  <201812011308.wB1D81vY031942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812011308.wB1D81vY031942>