Index: head/net/libpcap/Makefile =================================================================== --- head/net/libpcap/Makefile (revision 148096) +++ head/net/libpcap/Makefile (revision 148097) @@ -1,53 +1,58 @@ # New ports collection makefile for: libpcap # Date created: 10 December 2003 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= libpcap PORTVERSION= 0.8.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= bms@FreeBSD.org COMMENT= Ubiquitous network traffic capture library -BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN3= pcap.3 GNU_CONFIGURE= yes +USE_BISON= yes .if defined(LIBPCAP_OVERWRITE_BASE) PREFIX= /usr PKGNAMESUFFIX= -overwrite-base MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man PLIST_SUB+= NOTBASE="@comment " PLIST_SUB+= BASE="" EXTRA_PATCHES+= ${FILESDIR}/patchbase-Makefile.in PKGMESSAGE= ${FILESDIR}/pkg-message-base .else PLIST_SUB+= BASE="@comment " PLIST_SUB+= NOTBASE="" .endif .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif .if !defined(WITH_DAG) CONFIGURE_ARGS+= --without-dag .endif .if defined(LIBPCAP_OVERWRITE_BASE) post-install: ${CAT} ${PKGMESSAGE} .endif -.include +.include + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + +.include Property changes on: head/net/libpcap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property