diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-05 12:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-05 12:51:05 +0000 |
commit | 91cb18c6037b48b4c87983855f80550fcc574178 (patch) | |
tree | 413f7b40f311ee16bcc0b96d6884ec01be654394 /net/bird-devel | |
parent | eae6ba083dffd03d27a1b3dfd1fd2a9f263bf9d2 (diff) |
Notes
Diffstat (limited to 'net/bird-devel')
-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 8421380086e5..3957cb8d5090 100644 --- a/net/bird-devel/Makefile +++ b/net/bird-devel/Makefile @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --enable-mpls USE_CSTD= gnu89 -OPTIONS= KMPLS "Enable kernel MPLS support" Off +OPTIONS_DEFINE= KMPLS +KMPLS_DESC= kernel MPLS support MAKE_JOBS_UNSAFE= yes @@ -26,7 +27,7 @@ USE_RC_SUBR= bird .include <bsd.port.pre.mk> -.if defined(WITH_KMPLS) +.if ${PORT_OPTIONS:MKMPLS} CONFIGURE_ARGS+= --enable-kmpls .endif |