diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-10 18:24:50 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-10 18:24:50 +0000 |
commit | ba9aeed6dae2ab44f04ebbf13a413bceaf0054db (patch) | |
tree | 9ec5cd2bc3d2a0dc4bb438be1bb5eb32386a28f7 /net/kojoney | |
parent | 48585a89c3510152480b3e5e525eae0241591b6f (diff) | |
download | ports-ba9aeed6dae2ab44f04ebbf13a413bceaf0054db.tar.gz ports-ba9aeed6dae2ab44f04ebbf13a413bceaf0054db.zip |
- Fixed py-zopeInterface path in RUN_DEPENDS
PR: ports/109022
Submitted by: nivit
Approved by: alexbl (mentor, implicit), "Michael Josic" <systemoperator at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=184792
Diffstat (limited to 'net/kojoney')
-rw-r--r-- | net/kojoney/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kojoney/Makefile b/net/kojoney/Makefile index ffd9f02eb7e2..f965e183ed33 100644 --- a/net/kojoney/Makefile +++ b/net/kojoney/Makefile @@ -7,6 +7,7 @@ PORTNAME= kojoney PORTVERSION= 0.0.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=kojoney @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR=kojoney MAINTAINER= systemoperator@gmail.com COMMENT= A low level interaction honeypot that emulates an SSH server -RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/zope/interface/interface.py:${PORTSDIR}/devel/py-zopeInterface \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface \ ${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \ ${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country |