summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2013-11-16 18:26:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2013-11-16 18:26:26 +0000
commitc6d34c49087c316e56ff11d6a2a347709ea1846b (patch)
tree7af5bef2b4528aecba150f97cb24b5ea8c3f22af
parent- Update to 0.44 (diff)
Correct a typo.
Submitted by: dim
-rw-r--r--net/netatalk3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index c92d98819a59..f121c680168c 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -80,7 +80,7 @@ PLIST_SUB+= NETATALKPAM="@comment "
.endif
.if ${PORT_OPTIONS:MNOZEROCONF}
-CONFIGURE_ARGS+= --disable-zerconf
+CONFIGURE_ARGS+= --disable-zeroconf
SUB_LIST+= ZEROCONF=""
.endif