diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-12-20 12:10:33 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-12-20 12:10:33 +0800 |
commit | 9248d017b336d1a8dbbf3a075f694ad4ca23dc72 (patch) | |
tree | 422cba29472f75bca7f2a47ea4b682afbc559210 /security | |
parent | f67cf5106f8471ac5d6d2184e1c014897b07b160 (diff) | |
download | freebsd-ports-graphics-9248d017b336d1a8dbbf3a075f694ad4ca23dc72.tar.gz freebsd-ports-graphics-9248d017b336d1a8dbbf3a075f694ad4ca23dc72.tar.zst freebsd-ports-graphics-9248d017b336d1a8dbbf3a075f694ad4ca23dc72.zip |
- Add missing dependency
Diffstat (limited to 'security')
-rw-r--r-- | security/py-ssh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile index 7ab17931b20..e5b28b959e4 100644 --- a/security/py-ssh/Makefile +++ b/security/py-ssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= ssh PORTVERSION= 1.7.11 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python SSH2 protocol library +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto + USE_PYTHON= yes USE_PYDISTUTILS= easy_install |