diff options
Diffstat (limited to 'net/bird6')
-rw-r--r-- | net/bird6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index 473de9aa4d8d..271a8a6add99 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -5,6 +5,7 @@ PORTNAME= bird6 PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ @@ -18,7 +19,7 @@ LICENSE= GPLv2 USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ipv6 +CONFIGURE_ARGS= --enable-ipv6 --localstatedir=/var USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes |