diff options
author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2013-03-02 23:54:10 +0000 |
---|---|---|
committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2013-03-02 23:54:10 +0000 |
commit | bd9eccf95800427602546b1b8cfc89dcf1879839 (patch) | |
tree | 46c99c499c7d654ca1a7cadd6ae3253823b3de8b /net/bird-devel/Makefile | |
parent | 6a444d83d35cf530e5a246b3cf9c6be24d34a08d (diff) | |
download | ports-bd9eccf95800427602546b1b8cfc89dcf1879839.tar.gz ports-bd9eccf95800427602546b1b8cfc89dcf1879839.zip |
Notes
Diffstat (limited to 'net/bird-devel/Makefile')
-rw-r--r-- | net/bird-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bird-devel/Makefile b/net/bird-devel/Makefile index a6a425106835..1d7989752261 100644 --- a/net/bird-devel/Makefile +++ b/net/bird-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bird -PORTVERSION= 20120323 +PORTVERSION= 20130301 CATEGORIES= net MASTER_SITES= http://bird.mpls.in/distfiles/bird/ PKGNAMESUFFIX= -devel @@ -19,7 +19,8 @@ CONFLICTS= bird-[0-9]* USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mpls +CONFIGURE_ARGS= --localstatedir=/var --enable-mpls +USE_CSTD= gnu89 OPTIONS= KMPLS "Enable kernel MPLS support" Off |