pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pchar Use net-snmp instead of ucd-snmp -- allows p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3516a53c7cea
branches:  trunk
changeset: 466499:3516a53c7cea
user:      atatat <atatat%pkgsrc.org@localhost>
date:      Mon Jan 19 16:24:28 2004 +0000

description:
Use net-snmp instead of ucd-snmp -- allows pchar to co-exist with some
other nice pkgs (eg, ethereal).  Bump PKGREVISION to 2 accordingly.

diffstat:

 net/pchar/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 6ff6eb0f32c9 -r 3516a53c7cea net/pchar/Makefile
--- a/net/pchar/Makefile        Mon Jan 19 15:52:40 2004 +0000
+++ b/net/pchar/Makefile        Mon Jan 19 16:24:28 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/01/08 06:39:40 mrg Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/19 16:24:28 atatat Exp $
 
 DISTNAME=              pchar-1.4
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            net
 MASTER_SITES=          http://www.employees.org/~bmah/Software/pchar/
 
@@ -21,9 +21,9 @@
 .endif
 
 .if ${OPSYS} == "NetBSD"
-.include "../ucd-snmp/buildlink2.mk"
+.include "../net-snmp/buildlink2.mk"
 
-CONFIGURE_ARGS+=       --with-snmp=${BUILDLINK_PREFIX.ucd-snmp}
+CONFIGURE_ARGS+=       --with-snmp=${BUILDLINK_PREFIX.net-snmp}
 LIBS+=                 -lsnmp -lcrypto -ldes
 .endif
 



Home | Main Index | Thread Index | Old Index