summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--net/ethereal/Makefile7
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index bba083c2674..3184f73fa2b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.937 2002/12/29 04:38:40 hubertf Exp $
+$NetBSD: CHANGES,v 1.938 2002/12/29 15:11:51 veego Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -4304,3 +4304,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated xldlas to 0.85nb2 [jschauma 2002-12-28]
Updated gimp-base to 1.2.3nb4 [jmmv 2002-12-28]
Deleted agqt [hubertf 2002-12-29]
+ Updated ethereal to 0.9.8nb1 [veego 2002-12-29]
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"