From 6398812887ac9be6f84956f61ec31d457990abd4 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 19 Dec 2003 14:52:12 +0000 Subject: ${OSVERSION} must be after including bsd.port.pre.mk. Reported by: "Dan Langille" --- security/cyrus-sasl2-saslauthd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/cyrus-sasl2-saslauthd') diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 1e9858550c34..84793515b4f8 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -74,6 +74,8 @@ USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-ldap=${PREFIX} .endif +.include + .if !defined(WITHOUT_GSSAPI) && defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME} .elif !defined(WITHOUT_GSSAPI) && defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) @@ -84,8 +86,6 @@ CONFIGURE_ARGS+=--enable-gssapi CONFIGURE_ARGS+=--disable-gssapi .endif -.include - # KERBEROS 4 was removed in FreeBSD 5.0-CURRENT .if ${OSVERSION} > 500105 .if defined(WITH_KERBEROS4) -- cgit