aboutsummaryrefslogtreecommitdiffstats
path: root/security/knock
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-04 19:49:16 +0800
committerbapt <bapt@FreeBSD.org>2013-04-04 19:49:16 +0800
commit671ac222a0739698cd6ebdcc68bb765db59353c2 (patch)
tree417674934fff2a51ccdfe5a652975836c7e440ca /security/knock
parentb49bdcc109e06b4f2842bd7ad0bee40d506c3509 (diff)
downloadfreebsd-ports-gnome-671ac222a0739698cd6ebdcc68bb765db59353c2.tar.gz
freebsd-ports-gnome-671ac222a0739698cd6ebdcc68bb765db59353c2.tar.zst
freebsd-ports-gnome-671ac222a0739698cd6ebdcc68bb765db59353c2.zip
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
Diffstat (limited to 'security/knock')
-rw-r--r--security/knock/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.options.mk>