aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/cvs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 03d1e036cf94..12787abc1399 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -26,6 +26,8 @@ MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX}
.if ${PORT_OPTIONS:MKERBEROS}
MAKE_ARGS+= KERBEROS_SUPPORT=yes
+.else
+MAKE_ARGS+= KERBEROS_SUPPORT=no
.endif
.include <bsd.port.pre.mk>