diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 21:47:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 21:47:21 +0000 |
commit | 9981931493bf2ca44d180b629c408dccc7b247e3 (patch) | |
tree | 11a672d42a7208dadffe68281be5141e08c3b6f0 /net | |
parent | a36d234c97983dd909015460983a66da9d4839b7 (diff) | |
download | pkgsrc-9981931493bf2ca44d180b629c408dccc7b247e3.tar.gz |
Added conflicts.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 1c623d4115b..670b9a4c484 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2007/02/05 19:18:37 joerg Exp $ +# $NetBSD: Makefile,v 1.58 2007/02/15 21:47:21 rillig Exp $ DISTNAME= net-snmp-5.4 CATEGORIES= net @@ -10,6 +10,7 @@ HOMEPAGE= http://www.net-snmp.org/ COMMENT= Extensible SNMP implementation CONFLICTS= ucd-snmp-[0-9]* +CONFLICTS+= nocol-[0-9]* # bin/snmpget bin/snmpwalk USE_LIBTOOL= yes GNU_CONFIGURE= yes |