diff options
author | jlam <jlam> | 2002-02-28 06:18:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:18:03 +0000 |
commit | 5602cddc79e144043e066796c28f34674b5e7a1a (patch) | |
tree | 022ba7c5a4b7c5794a7d007d8bc1a1aa585c8e06 /mail | |
parent | f953ddb44b1bdb0da2e5a47e025b6d00dc45130a (diff) | |
download | pkgsrc-5602cddc79e144043e066796c28f34674b5e7a1a.tar.gz |
Update mail/php4-imap to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/php4-imap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile index 78f3efae634..447b32ae560 100644 --- a/mail/php4-imap/Makefile +++ b/mail/php4-imap/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2001/12/31 23:57:39 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.6 2002/02/28 06:18:03 jlam Exp $ MODNAME= imap CATEGORIES+= mail PKGREVISION= # empty COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol) +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-${MODNAME}-ssl=${BUILDLINK_DIR} CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no |