diff options
author | nivit <nivit@FreeBSD.org> | 2007-02-11 02:24:50 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-02-11 02:24:50 +0800 |
commit | 8d8815422854d4ba03a0453dc12c57ca8954f8fe (patch) | |
tree | 35a429ad26a863c2755d28cf12aa1d8797caa8a9 /net | |
parent | 4b61538dbc064ce26355b9edb32eac6e32dfe09a (diff) | |
download | freebsd-ports-gnome-8d8815422854d4ba03a0453dc12c57ca8954f8fe.tar.gz freebsd-ports-gnome-8d8815422854d4ba03a0453dc12c57ca8954f8fe.tar.zst freebsd-ports-gnome-8d8815422854d4ba03a0453dc12c57ca8954f8fe.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)
Diffstat (limited to 'net')
-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 |