diff options
author | ume <ume@FreeBSD.org> | 2003-06-01 13:45:41 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-06-01 13:45:41 +0800 |
commit | d39bb8cc4880f04fb27396519fca4a9fd4757d4b (patch) | |
tree | 323415a54ebbdc03217818303a27717eedc9bd99 /security/cyrus-sasl2-saslauthd | |
parent | d61aa129dbe513a84da44722e329885b7799808e (diff) | |
download | freebsd-ports-gnome-d39bb8cc4880f04fb27396519fca4a9fd4757d4b.tar.gz freebsd-ports-gnome-d39bb8cc4880f04fb27396519fca4a9fd4757d4b.tar.zst freebsd-ports-gnome-d39bb8cc4880f04fb27396519fca4a9fd4757d4b.zip |
remove unused variables.
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-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" |