diff options
author | pav <pav@FreeBSD.org> | 2006-09-05 04:19:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-09-05 04:19:45 +0800 |
commit | ba4a7e1496495cd29bcdee6b4d8a2f59c85c04c8 (patch) | |
tree | ba9426691dd292925aaab06b169475b6078978c1 /net-mgmt | |
parent | dc8a0bde85b556e09798a111927463ca4b03cf59 (diff) | |
download | freebsd-ports-gnome-ba4a7e1496495cd29bcdee6b4d8a2f59c85c04c8.tar.gz freebsd-ports-gnome-ba4a7e1496495cd29bcdee6b4d8a2f59c85c04c8.tar.zst freebsd-ports-gnome-ba4a7e1496495cd29bcdee6b4d8a2f59c85c04c8.zip |
- Add py-snmp2 to conflicts
PR: ports/102221
Submitted by: Dmitriy Kirhlarov <dimma@higis.ru>
Approved by: maintainer timeout (perky; 17 days)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile index 5720fc5fa8f1..6df47435c9d4 100644 --- a/net-mgmt/py-snmp/Makefile +++ b/net-mgmt/py-snmp/Makefile @@ -16,7 +16,7 @@ DISTNAME= pysnmp-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= SNMP framework for Python -CONFLICTS= py??-snmp4-[0-9]* +CONFLICTS= py??-snmp2-[0-9]* py??-snmp4-[0-9]* USE_PYTHON= yes USE_PYDISTUTILS=yes |