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
commit6983b8c395f906fdb47c94ecd61d4aab6bd0c877 (patch)
treed31555de2fe91605f8e42d1dfe48a7f1a2b54567 /mail
parented7fce0bfb5f09a2d7abc6ec725bf99d06c36b9f (diff)
downloadpkgsrc-6983b8c395f906fdb47c94ecd61d4aab6bd0c877.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