svn commit: r453240 - head/textproc/py-nltk

Nikolai Lifanov lifanov at FreeBSD.org
Tue Oct 31 15:00:01 UTC 2017


Author: lifanov
Date: Tue Oct 31 15:00:00 2017
New Revision: 453240
URL: https://svnweb.freebsd.org/changeset/ports/453240

Log:
  py-nltk: add missing dependency on py-sqlite3
  
  PR:		221927
  Approved by:	demon (maintainer)

Modified:
  head/textproc/py-nltk/Makefile

Modified: head/textproc/py-nltk/Makefile
==============================================================================
--- head/textproc/py-nltk/Makefile	Tue Oct 31 14:57:54 2017	(r453239)
+++ head/textproc/py-nltk/Makefile	Tue Oct 31 15:00:00 2017	(r453240)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nltk
 PORTVERSION=	3.2.1
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
@@ -13,7 +14,8 @@ COMMENT=	Natural language toolkit written in python
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter \
-		${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml
+		${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml \
+		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list