diff options
author | jlam <jlam> | 2004-01-21 12:14:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-21 12:14:57 +0000 |
commit | 9de9a10b4e20f04ea9bd2f2685652d380d8a8d4e (patch) | |
tree | 12118483285e207ceccd8d3a9d3507e01ea6a346 /security | |
parent | 408019e351634ed1c8b86f72f95b337d2ef27efb (diff) | |
download | pkgsrc-9de9a10b4e20f04ea9bd2f2685652d380d8a8d4e.tar.gz |
Remove debugging line accidentally committed in previous.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 15d9bd7d750..dc57f409d94 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/21 12:12:13 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/21 12:14:57 jlam Exp $ .include "Makefile.common" @@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --with-devrandom=/dev/urandom .endif .if defined(SASL_USE_GSSAPI) && !empty(SASL_USE_GSSAPI:M[yY][eE][sS]) -BUILDLINK_DEPENDS.heimdal= heimdal>=0.6 . include "../../mk/krb5.buildlink3.mk" CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE} # GSSAPI LIBS+= -lcrypto |