diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 09f4a52eb501..aacbd4a708f6 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,31 +1,31 @@ PORTNAME= libpcap PORTVERSION= 1.10.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ MAINTAINER= garga@FreeBSD.org COMMENT= Ubiquitous network traffic capture library LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex -USES= bison cpe gmake +USES= bison cpe gmake ssl CPE_VENDOR= tcpdump USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-dbus=no \ --with-pcap=bpf CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex CFLAGS_amd64= -fPIC CFLAGS_sparc64= -fPIC PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= IPV6 IPV6_CONFIGURE_ENABLE= ipv6 .include