aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-03-07 19:08:18 +0800
committerrm <rm@FreeBSD.org>2016-03-07 19:08:18 +0800
commit1860cfb8ed7e45885075142bf30a4ab35c36833d (patch)
tree7595b075de1a66445f3a7e43ba15cbe79679b28c /textproc
parentcd2e49628d5941425a92759f2c487438c4a98dcd (diff)
downloadfreebsd-ports-gnome-1860cfb8ed7e45885075142bf30a4ab35c36833d.tar.gz
freebsd-ports-gnome-1860cfb8ed7e45885075142bf30a4ab35c36833d.tar.zst
freebsd-ports-gnome-1860cfb8ed7e45885075142bf30a4ab35c36833d.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
Diffstat (limited to 'textproc')
-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}