summaryrefslogtreecommitdiff
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
parent- Properly fix NLS now and revert last fix attempt (diff)
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
-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>