summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2001-10-16 13:01:57 +0000
committertron <tron>2001-10-16 13:01:57 +0000
commitba16aafc9aef700c019b671114e9b85ee37a1453 (patch)
treed31555de2fe91605f8e42d1dfe48a7f1a2b54567 /mail
parent7f8d68c8bb9317b5badec2a76d6873f6a9429e3e (diff)
downloadpkgsrc-ba16aafc9aef700c019b671114e9b85ee37a1453.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/Makefile3
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