From 671ac222a0739698cd6ebdcc68bb765db59353c2 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 4 Apr 2013 11:49:16 +0000 Subject: 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 --- security/knock/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/knock/Makefile b/security/knock/Makefile index f08640b41613..fe177ade6eac 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -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 -- cgit