diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-17 19:30:07 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-17 19:30:07 +0800 |
commit | 1bfbf03beb4cc986f7d0511f1d3d4f81a83e7043 (patch) | |
tree | 63fe9e2922644e160c4560d1e40ddb5d050963fe /net-mgmt/cflowd | |
parent | f680574198e0cb07be3736a16d9d474c43d35f23 (diff) | |
download | freebsd-ports-gnome-1bfbf03beb4cc986f7d0511f1d3d4f81a83e7043.tar.gz freebsd-ports-gnome-1bfbf03beb4cc986f7d0511f1d3d4f81a83e7043.tar.zst freebsd-ports-gnome-1bfbf03beb4cc986f7d0511f1d3d4f81a83e7043.zip |
like in arts++ use new gcc compiler when compiling under RELENG_3
bumped port revision
Diffstat (limited to 'net-mgmt/cflowd')
-rw-r--r-- | net-mgmt/cflowd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index bc89beade5b1..05b5484d685d 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/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} |