diff options
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 289d2deb1c1..db1f8d62933 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:25 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/13 14:31:49 drochner Exp $ -DISTNAME= libpcap-0.8.3 +DISTNAME= libpcap-0.9.1 SVR4_PKGNAME= lpcap CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ @@ -13,15 +13,12 @@ NOT_FOR_PLATFORM+= Interix-*-* # no raw interface access PKG_INSTALLATION_TYPES= overwrite pkgviews -# tarball contains invalid dir entry libpcap-0.8.3/.; breaks "first" extract -EXTRACT_ELEMENTS= libpcap-0.8.3/./* - GNU_CONFIGURE= yes USE_TOOLS+= bison gm4 lex .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" . if exists(/usr/include/netinet/ip6.h) CONFIGURE_ARGS+= --enable-ipv6 . endif |