summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorveego <veego>2002-12-29 15:11:51 +0000
committerveego <veego>2002-12-29 15:11:51 +0000
commit0e018e867c0df0b5b05f13f1f16cd15bca4160b5 (patch)
tree46aa7e53b155a0a69aec9768ac5192b488468c80 /net
parente39a45ac79d0af9dd70803d65b0a0b9c966377e8 (diff)
downloadpkgsrc-0e018e867c0df0b5b05f13f1f16cd15bca4160b5.tar.gz
Bump ethereal to 0.9.8nb1:
- Use net-snmp instead of the old ucd-snmp package Approved by frueauf.
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 11022d1aa86..e19a2a20337 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2002/12/16 10:53:28 frueauf Exp $
+# $NetBSD: Makefile,v 1.69 2002/12/29 15:11:53 veego Exp $
DISTNAME= ethereal-0.9.8
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
ftp://ftp.sunet.se/pub/network/monitoring/ethereal/
@@ -19,13 +20,13 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk}
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
-CONFIGURE_ARGS+= --with-ucdsnmp=${BUILDLINK_PREFIX.ucd-snmp}
+CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp}
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
.include "../../devel/zlib/buildlink2.mk"
.include "../../net/libpcap/buildlink2.mk"
-.include "../../net/ucd-snmp/buildlink2.mk"
+.include "../../net/net-snmp/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"