Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2013 11:49:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315715 - head/security/knock
Message-ID:  <201304041149.r34BnGu9036319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  4 11:49:16 2013
New Revision: 315715
URL: http://svnweb.freebsd.org/changeset/ports/315715

Log:
  Fix building by fixing conversion to optionsng.
  It now behaves the same as it used to do before conversion.
  
  Reported by:	pointyhat
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/security/knock/Makefile

Modified: head/security/knock/Makefile
==============================================================================
--- head/security/knock/Makefile	Wed Apr  3 21:00:33 2013	(r315714)
+++ head/security/knock/Makefile	Thu Apr  4 11:49:16 2013	(r315715)
@@ -21,8 +21,9 @@ GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 
-OPTIONS_SINGLE=	SG1
-OPTIONS_SINGLE_SG1=	CLIENT SERVER
+OPTIONS_MULTI=	MT1
+OPTIONS_MULTI_MT1=	CLIENT SERVER
+OPTIONS_DEFAULT=	CLIENT SERVER
 
 .include <bsd.port.options.mk>
 



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