diff options
Diffstat (limited to 'net/daq/Makefile')
-rw-r--r-- | net/daq/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/daq/Makefile b/net/daq/Makefile index 416fa0946ce1..fd06bcdbb367 100644 --- a/net/daq/Makefile +++ b/net/daq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: daq -# Date created: 13 January 2011 -# Whom: Dean Freeman (wfreeman@sourcefire.com) -# +# Created by: Dean Freeman (wfreeman@sourcefire.com) # $FreeBSD$ -# PORTNAME= daq PORTVERSION= 2.0.0 @@ -24,7 +20,7 @@ BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_BISON= build +USES= bison USE_AUTOTOOLS= libtool CFLAGS+= -I${LOCALBASE}/include |