diff options
author | ume <ume@FreeBSD.org> | 2003-12-19 22:52:12 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-12-19 22:52:12 +0800 |
commit | 6398812887ac9be6f84956f61ec31d457990abd4 (patch) | |
tree | 2012839ef35cf0b71cf4043270ca0ed6680bd3b4 /security/cyrus-sasl2 | |
parent | 9d14e0b66fd8352040ec0489d98cd3cb142e2149 (diff) | |
download | freebsd-ports-gnome-6398812887ac9be6f84956f61ec31d457990abd4.tar.gz freebsd-ports-gnome-6398812887ac9be6f84956f61ec31d457990abd4.tar.zst freebsd-ports-gnome-6398812887ac9be6f84956f61ec31d457990abd4.zip |
${OSVERSION} must be after including bsd.port.pre.mk.
Reported by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index b055b0d47e7b..fbcc35f530a1 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -116,6 +116,8 @@ NTLM= "@comment " CONFIGURE_ARGS+=--enable-ntlm .endif +.include <bsd.port.pre.mk> + .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) @@ -127,8 +129,6 @@ CONFIGURE_ARGS+=--disable-gssapi GSSAPI= "@comment " .endif -.include <bsd.port.pre.mk> - # KERBEROS 4 was removed in FreeBSD 5.0-CURRENT .if ${OSVERSION} > 500105 .if defined(WITH_KERBEROS4) |