diff options
author | rm <rm@FreeBSD.org> | 2016-03-07 19:08:18 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-03-07 19:08:18 +0800 |
commit | 1860cfb8ed7e45885075142bf30a4ab35c36833d (patch) | |
tree | 7595b075de1a66445f3a7e43ba15cbe79679b28c /textproc | |
parent | cd2e49628d5941425a92759f2c487438c4a98dcd (diff) | |
download | freebsd-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/Makefile | 4 |
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} |