diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-09-30 05:18:00 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-09-30 05:18:00 +0800 |
commit | 77826f5ca06dfa533e093efccb98a19532c80fb8 (patch) | |
tree | c4934347a7c2f672e5276e1d83bcbe9f539fc6ad /x11-toolkits | |
parent | 4b22bcd07c6c172e3bc632c9036642b79e20aa19 (diff) | |
download | freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.tar.gz freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.tar.zst freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.zip |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-kiwi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-kiwi/Makefile b/x11-toolkits/py-kiwi/Makefile index f1ac10c79c76..73eace463bdb 100644 --- a/x11-toolkits/py-kiwi/Makefile +++ b/x11-toolkits/py-kiwi/Makefile @@ -7,7 +7,7 @@ PORTNAME= kiwi PORTVERSION= 1.9.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= http://download.gnome.org/sources/${PORTNAME}/1.9/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -40,7 +40,7 @@ post-install: .include <bsd.port.pre.mk> .if defined (WITH_ZOPEINTERFACE) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface .endif .if defined (WITH_PYGOBJECT) |