aboutsummaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl2/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-09-14 00:23:23 +0800
committerume <ume@FreeBSD.org>2002-09-14 00:23:23 +0800
commitec44d415caab2ae4d37d3c19922fab293c9cd7c3 (patch)
treef184834aded3f6ec458ed0515355622159e5d312 /security/cyrus-sasl2/Makefile
parent17cc6ccb0b5ed8eaf231e1b216f4155118c9425c (diff)
downloadfreebsd-ports-gnome-ec44d415caab2ae4d37d3c19922fab293c9cd7c3.tar.gz
freebsd-ports-gnome-ec44d415caab2ae4d37d3c19922fab293c9cd7c3.tar.zst
freebsd-ports-gnome-ec44d415caab2ae4d37d3c19922fab293c9cd7c3.zip
fix plist in case of WITHOUT_OTP.
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r--security/cyrus-sasl2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index a098be6b4935..4f81458ce379 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -60,6 +60,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
.if defined(WITHOUT_OTP)
CONFIGURE_ARGS+= --disable-otp
+OTP= "@comment "
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
@@ -95,6 +96,7 @@ HTDOCS= advanced appconvert gssapi index install macosx options \
plugprog programming readme sysadmin upgrading
PLIST_SUB= PREFIX=${PREFIX} \
+ OTP=${OTP} \
GSSAPI=${GSSAPI} \
EBONES=${EBONES} \
DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \