aboutsummaryrefslogtreecommitdiff
path: root/security/knock
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-04 11:49:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-04 11:49:16 +0000
commit39b95405f1f9743baacfa431ed509c1552e549d2 (patch)
tree417674934fff2a51ccdfe5a652975836c7e440ca /security/knock
parentd0bb67c54bdcedf05c1f9e8b3a45df410be0983e (diff)
downloadports-39b95405f1f9743baacfa431ed509c1552e549d2.tar.gz
ports-39b95405f1f9743baacfa431ed509c1552e549d2.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
Notes
Notes: svn path=/head/; revision=315715
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>