Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 16:47:58 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330656 - head/net/openbgpd
Message-ID:  <201310171647.r9HGlwKW005024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310171647.r9HGlwKW005024>