diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-19 21:19:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-19 21:19:18 +0000 |
commit | 8be7e2612c67e8a4f59ce72783beec22b320e16e (patch) | |
tree | 74b17cad04e7986be1056c5b7899c49fb3dd5b25 | |
parent | - Update depobj after py-asn1 update (diff) |
- Update depobj for pyasn1
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241777
-rw-r--r-- | net-mgmt/py-snmp4-mibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-snmp4-mibs/Makefile b/net-mgmt/py-snmp4-mibs/Makefile index 7b605b1b867a..6d389aae1140 100644 --- a/net-mgmt/py-snmp4-mibs/Makefile +++ b/net-mgmt/py-snmp4-mibs/Makefile @@ -15,7 +15,7 @@ DISTNAME= pysnmp-mibs-${PORTVERSION} MAINTAINER= mhjacks@swbell.net COMMENT= Additional python MIB files for pysnmp4 and friends -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyasn1/__init__.py:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 USE_PYTHON= yes USE_PYDISTUTILS=yes |