diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-01 05:45:41 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-01 05:45:41 +0000 |
commit | 9951bae48cf8f7af34c4befe8482b992ed9098b5 (patch) | |
tree | 0937929defbf02e167278376a619618a44bdf5a7 | |
parent | version bump to 3.08 w/ the following enhancements : (diff) |
remove unused variables.
Notes
Notes:
svn path=/head/; revision=81859
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 5d037b940122..2f9d479085e5 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -75,7 +75,6 @@ CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME} CONFIGURE_ARGS+=--enable-gssapi .else CONFIGURE_ARGS+=--disable-gssapi -GSSAPI= "@comment " .endif .include <bsd.port.pre.mk> @@ -87,7 +86,6 @@ LIB_DEPENDS+= krb.2:${PORTSDIR}/security/krb4 CONFIGURE_ARGS+=--enable-krb4=${LOCALBASE}/krb4 .else CONFIGURE_ARGS+=--disable-krb4 -EBONES= "@comment " .endif .elif exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(WITHOUT_KERBEROS4) CONFIGURE_ARGS+=--enable-krb4 @@ -96,7 +94,6 @@ LIB_DEPENDS+= krb.2:${PORTSDIR}/security/krb4 CONFIGURE_ARGS+=--enable-krb4=${LOCALBASE}/krb4 .else CONFIGURE_ARGS+=--disable-krb4 -EBONES= "@comment " .endif .include "${PORTSDIR}/security/openssl/bsd.openssl.mk" |