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 | |
parent | 9d14e0b66fd8352040ec0489d98cd3cb142e2149 (diff) | |
download | freebsd-ports-graphics-6398812887ac9be6f84956f61ec31d457990abd4.tar.gz freebsd-ports-graphics-6398812887ac9be6f84956f61ec31d457990abd4.tar.zst freebsd-ports-graphics-6398812887ac9be6f84956f61ec31d457990abd4.zip |
${OSVERSION} must be after including bsd.port.pre.mk.
Reported by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 1e9858550c3..84793515b4f 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 <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) @@ -84,8 +86,6 @@ CONFIGURE_ARGS+=--enable-gssapi CONFIGURE_ARGS+=--disable-gssapi .endif -.include <bsd.port.pre.mk> - # KERBEROS 4 was removed in FreeBSD 5.0-CURRENT .if ${OSVERSION} > 500105 .if defined(WITH_KERBEROS4) diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index b055b0d47e7..fbcc35f530a 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) |