svn commit: r330656 - head/net/openbgpd
Olli Hauer
ohauer at FreeBSD.org
Thu Oct 17 16:47:58 UTC 2013
Author: ohauer
Date: Thu Oct 17 16:47:58 2013
New Revision: 330656
URL: http://svnweb.freebsd.org/changeset/ports/330656
Log:
- fix INDEX building s/)/}/
Approved by: hrs@ (implicit)
Modified:
head/net/openbgpd/Makefile
Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile Thu Oct 17 16:45:07 2013 (r330655)
+++ head/net/openbgpd/Makefile Thu Oct 17 16:47:58 2013 (r330656)
@@ -28,7 +28,7 @@ IPV6LLPEER_DESC=Support nexthop using IP
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MIPV6LLPEER)
+.if ${PORT_OPTIONS:MIPV6LLPEER}
MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
.endif
More information about the svn-ports-head
mailing list