summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratatat <atatat>2004-01-19 16:24:28 +0000
committeratatat <atatat>2004-01-19 16:24:28 +0000
commit9b2c3d7e5d5899fa1e264fc71097f2c0560d76ce (patch)
treef67e9de602c6461659cfd3e1ae2915fa1330bdc8
parent0649b067a3c7f5f2f70aa393269d0d5a7738bff6 (diff)
downloadpkgsrc-9b2c3d7e5d5899fa1e264fc71097f2c0560d76ce.tar.gz
Use net-snmp instead of ucd-snmp -- allows pchar to co-exist with some
other nice pkgs (eg, ethereal). Bump PKGREVISION to 2 accordingly.
-rw-r--r--net/pchar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile
index 681ef76dc8e..3913b7997c1 100644
--- a/net/pchar/Makefile
+++ b/net/pchar/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-ipv6
.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