diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-27 21:22:22 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-27 21:22:22 +0000 |
commit | eee0105d4c530a65ce36fbe9ec4b85b9500faf44 (patch) | |
tree | 15d10dfa2f74db41ca2ae7655ace582ff2a82872 | |
parent | 1ed436896f145808af18148c709f0051868d9955 (diff) | |
download | pkgsrc-eee0105d4c530a65ce36fbe9ec4b85b9500faf44.tar.gz |
Conflicts with mrtg.
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 0f8a60a4e11..af1e9797db0 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/27 21:09:53 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/27 21:22:22 jtb Exp $ DISTNAME= SNMP_Session-0.83 PKGNAME= p5-SNMP_Session-0.83 @@ -12,6 +12,8 @@ COMMENT= perl5 module providing rudimentary access to remote SNMP agents USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP_Session/.packlist +CONFLICTS+= mrtg-[0-9]* + do-configure: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |