aboutsummaryrefslogtreecommitdiffstats
path: root/net/openbgpd
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-10-18 00:47:58 +0800
committerohauer <ohauer@FreeBSD.org>2013-10-18 00:47:58 +0800
commit696c9b76e0b70adaf6bf1686e8f50d3fbc37c377 (patch)
treeb8882cb8ed8c745f0ff27c8adcbf61917363b449 /net/openbgpd
parent5d2fc31905427b42a67baef67b8192ea8136f57f (diff)
downloadfreebsd-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/Makefile2
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