diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-29 13:33:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-29 13:33:15 +0000 |
commit | edd932d8f80a066aec271c6c62d0b2fd95b3c3ef (patch) | |
tree | 1ca7a06ed67b1ac57eeaf63e9e249d0643a0d71c /net-mgmt | |
parent | 468f497c0d38b51b5d753132b638c4d2d733b28e (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-snmp4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile index 422d8fab940e..d7286d47e8b6 100644 --- a/net-mgmt/py-snmp4/Makefile +++ b/net-mgmt/py-snmp4/Makefile @@ -19,7 +19,7 @@ COMMENT= SNMP framework for Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyasn1/__init__.py:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto -CONFLICTS= py??-snmp-[0-9]* +CONFLICTS= py??-snmp-[0-9]* py??-snmp2-[0-9]* USE_PYTHON= yes USE_PYDISTUTILS=yes @@ -33,8 +33,6 @@ BASEDOCS= CHANGES \ README \ TODO -CONFLICTS= py*-snmp-3.* - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |