diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-19 21:18:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-19 21:18:56 +0000 |
commit | 744e62c1fdb6c935018506b47595af02096521eb (patch) | |
tree | 8ab81201e510e29e986ae6748bf7c3e9dd471790 /net-mgmt/py-snmp4/Makefile | |
parent | 8e87765f84d54530f31b83dddeb9d626786b804f (diff) |
Notes
Diffstat (limited to 'net-mgmt/py-snmp4/Makefile')
-rw-r--r-- | net-mgmt/py-snmp4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile index 45f27dab47c7..e7ee192e7f3e 100644 --- a/net-mgmt/py-snmp4/Makefile +++ b/net-mgmt/py-snmp4/Makefile @@ -15,7 +15,7 @@ DISTNAME= pysnmp-${PORTVERSION} MAINTAINER= mhjacks@swbell.net COMMENT= SNMP framework for Python -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyasn1/__init__.py:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto CONFLICTS= py??-snmp-[0-9]* py??-snmp2-[0-9]* |