diff options
author | tron <tron@pkgsrc.org> | 2001-10-16 13:01:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-16 13:01:57 +0000 |
commit | 243575e4411503e416143cad1ed2398845ca9394 (patch) | |
tree | d31555de2fe91605f8e42d1dfe48a7f1a2b54567 /mail | |
parent | 304d87404b5501aa203a75a417f10b049f9271d5 (diff) | |
download | pkgsrc-243575e4411503e416143cad1ed2398845ca9394.tar.gz |
Remove "--with-imap-ssl" from configuration arguments because the latest
IMAP client library uses TLS instead of IMAP over SSL.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/php4-imap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile index 1074c7a3856..492b5f5b894 100644 --- a/mail/php4-imap/Makefile +++ b/mail/php4-imap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:33 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/16 13:01:57 tron Exp $ .include "../../www/php4/Makefile.module" @@ -8,7 +8,6 @@ PHP_PKG_VERS= # empty COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol) CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-${MODNAME}-ssl=shared,${BUILDLINK_DIR} CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no LIBS+= -lssl -lcrypto |