diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-17 11:30:07 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-17 11:30:07 +0000 |
commit | aaa4838229cc3dca94d69a518458c7eaf6c6aac3 (patch) | |
tree | 6e48ebe2a99d49db6d91058961be4cf6744b565c /net/cflowd | |
parent | fc47e77d6d8429345e7b9152b0e9d63e28b09eaa (diff) | |
download | ports-aaa4838229cc3dca94d69a518458c7eaf6c6aac3.tar.gz ports-aaa4838229cc3dca94d69a518458c7eaf6c6aac3.zip |
Notes
Diffstat (limited to 'net/cflowd')
-rw-r--r-- | net/cflowd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index bc89beade5b1..05b5484d685d 100644 --- a/net/cflowd/Makefile +++ b/net/cflowd/Makefile @@ -7,7 +7,7 @@ PORTNAME= cflowd PORTVERSION= 2-1-b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -23,6 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_NEWGCC= yes USE_BISON= yes CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX} |