From 449b9f7388f441ca7287103d6fb68578a841bd48 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 13 Nov 2002 10:44:26 +0000 Subject: Make it build again if you don't have SASL_USE_GSSAPI set anywhere. --- security/cyrus-sasl2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index f55b887975e..75e6f430d76 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/11/13 10:39:12 chris Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/13 10:44:26 chris Exp $ DISTNAME= cyrus-sasl-2.1.9 SVR4_PKGNAME= csasl @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --disable-srp # --- no SRP CONFIGURE_ARGS+= --disable-krb4 # --- no KERBEROS_V4 CONFIGURE_ARGS+= --enable-otp # OTP -.if !empty(SASL_USE_GSSAPI:M[yY][eE][sS]) +.if defined(SASL_USE_GSSAPI) && !empty(SASL_USE_GSSAPI:M[yY][eE][sS]) CONFIGURE_ARGS+= --enable-gssapi=/usr # GSSAPI PLIST_SRC+= ${.CURDIR}/PLIST.krb5 .else -- cgit v1.2.3