From 5c8e788f934a3683cf2e3eca0504cbd85df0a8cb Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 30 Sep 2001 13:50:31 +0000 Subject: [PATCH] revert last change; already resolved by flavouring --- security/cyrus-sasl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 39e151152df..7f036b9d01b 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2001/09/30 13:30:23 heko Exp $ +# $OpenBSD: Makefile,v 1.15 2001/09/30 13:50:31 jakob Exp $ COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)" @@ -28,8 +28,7 @@ CONFIGURE_ARGS+= --enable-static \ --enable-krb4="/usr" \ --disable-gssapi \ --includedir="${PREFIX}/include/sasl" \ - --with-pwcheck="/var/pwcheck" \ - --with-dblib=ndbm + --with-pwcheck="/var/pwcheck" MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/config