diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-27 14:27:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-27 14:27:49 +0000 |
commit | e78a6a7e78bf75fec7bfeeb9793a380d54ad1a57 (patch) | |
tree | dc0927f4a2c150447f1562c4762d97a38c373fb3 /net | |
parent | f0e936b217e560be12474f86546c3b9e43179f5b (diff) | |
download | pkgsrc-e78a6a7e78bf75fec7bfeeb9793a380d54ad1a57.tar.gz |
they've given up to use pcap_compile_nopcap() (due to the API mess
appearently), so we don't need to trick "configure" anymore
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index eee07a1f463..2020c9e906c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2006/02/05 23:10:23 joerg Exp $ +# $NetBSD: Makefile,v 1.126 2006/02/27 14:27:49 drochner Exp $ DISTNAME= ethereal-0.10.14 PKGREVISION= 2 @@ -37,7 +37,6 @@ CONFIGURE_ARGS+= --with-net-snmp CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap} CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} CONFIGURE_ARGS+= --with-pcre=${BUILDLINK_PREFIX.pcre} -CONFIGURE_ENV+= ac_cv_func_pcap_compile_nopcap=no PTHREAD_OPTS+= require |