diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-10-18 00:47:58 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-10-18 00:47:58 +0800 |
commit | 696c9b76e0b70adaf6bf1686e8f50d3fbc37c377 (patch) | |
tree | b8882cb8ed8c745f0ff27c8adcbf61917363b449 /net/openbgpd | |
parent | 5d2fc31905427b42a67baef67b8192ea8136f57f (diff) | |
download | freebsd-ports-gnome-696c9b76e0b70adaf6bf1686e8f50d3fbc37c377.tar.gz freebsd-ports-gnome-696c9b76e0b70adaf6bf1686e8f50d3fbc37c377.tar.zst freebsd-ports-gnome-696c9b76e0b70adaf6bf1686e8f50d3fbc37c377.zip |
- fix INDEX building s/)/}/
Approved by: hrs@ (implicit)
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index a3fd6a265759..fb088f5783fc 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -28,7 +28,7 @@ IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MIPV6LLPEER) +.if ${PORT_OPTIONS:MIPV6LLPEER} MAKE_ARGS= -DIPV6_LINKLOCAL_PEER .endif |