diff options
author | veego <veego@pkgsrc.org> | 2002-12-29 15:11:51 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-12-29 15:11:51 +0000 |
commit | 45ff3f08793ab5982709103ec6ca857c109601e3 (patch) | |
tree | 46aa7e53b155a0a69aec9768ac5192b488468c80 /net/ethereal | |
parent | 4bd7da720f7c25ad0ca9ad69de390c81db5d201c (diff) | |
download | pkgsrc-45ff3f08793ab5982709103ec6ca857c109601e3.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/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 7 |
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" |