aboutsummaryrefslogtreecommitdiff
path: root/textproc/loook
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-03-07 11:08:18 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-03-07 11:08:18 +0000
commit3aed8c1c105b720aa8fa08efbcc0fa2f5fc3cb6e (patch)
tree7595b075de1a66445f3a7e43ba15cbe79679b28c /textproc/loook
parent321320e39b416a30b5138cd1ef9a635a5349cfd1 (diff)
downloadports-3aed8c1c105b720aa8fa08efbcc0fa2f5fc3cb6e.tar.gz
ports-3aed8c1c105b720aa8fa08efbcc0fa2f5fc3cb6e.zip
textproc/loook: drop dependency upon devel/py-iniparse
This port version is using standard library ConfigParser module instead of iniparse. Bump PORTREVISION, because of package change. With hat: python
Notes
Notes: svn path=/head/; revision=410517
Diffstat (limited to 'textproc/loook')
-rw-r--r--textproc/loook/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/loook/Makefile b/textproc/loook/Makefile
index a02d76875bcd..c16e1f36d0e4 100644
--- a/textproc/loook/Makefile
+++ b/textproc/loook/Makefile
@@ -3,6 +3,7 @@
PORTNAME= loook
PORTVERSION= 0.6.5
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.danielnaber.de/loook/
DISTNAME= ${PORTNAME}
@@ -13,8 +14,7 @@ COMMENT= Simple Python tool that search in LibreOffice/OpenOffice files
LICENSE= GPLv2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${PYTHON_PKGNAMEPREFIX}iniparse>=0:${PORTSDIR}/devel/py-iniparse
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter
WRKSRC= ${WRKDIR}