diff options
author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2015-01-21 18:06:23 +0000 |
---|---|---|
committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2015-01-21 18:06:23 +0000 |
commit | f3eeb095612b650b0108bc2deab1df680e2d191f (patch) | |
tree | e9994344af67f40c6e431407e4f28217bb62c20e /net/bird6 | |
parent | 1bf88ee8d87afa2a80f06c593906f246c975f571 (diff) |
Add several experimental patches to the port.
Add special 'EXP' option (off by default) to use these patches.
Reviewed by: az
Notes
Notes:
svn path=/head/; revision=377621
Diffstat (limited to 'net/bird6')
-rw-r--r-- | net/bird6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index 2ce4aabdae60..f67bcb79660b 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -7,7 +7,7 @@ DISTNAME= bird-${PORTVERSION} MASTERDIR= ${.CURDIR}/../bird -OPTIONS_DEFINE= +OPTIONS_DEFINE= EXP USE_RC_SUBR= ${PORTNAME} |