diff options
author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2013-01-11 15:44:12 +0000 |
---|---|---|
committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2013-01-11 15:44:12 +0000 |
commit | 2d4d9985553600c9256446dd5e2dbc1b91236262 (patch) | |
tree | f98a73334e1b24a1a429aa56b3d32190cdbc22bd /net/bird6/Makefile | |
parent | 5be51fc06af935b26b9de5a68e3cf645a2b7e675 (diff) | |
download | ports-2d4d9985553600c9256446dd5e2dbc1b91236262.tar.gz ports-2d4d9985553600c9256446dd5e2dbc1b91236262.zip |
Notes
Diffstat (limited to 'net/bird6/Makefile')
-rw-r--r-- | net/bird6/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index c98eb801d2cf..da0afb4254a7 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: bird -# Date created: 12th May 2005 -# Whom: Pav Lucistnik <pav@FreeBSD.org> +# Created by: Pav Lucistnik <pav@FreeBSD.org> # # $FreeBSD$ # PORTNAME= bird6 -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ @@ -21,6 +19,7 @@ USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 +USE_GCC= 4.2+ MAKE_JOBS_UNSAFE= yes |