diff options
author | martti <martti@pkgsrc.org> | 2002-11-05 07:33:13 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-05 07:33:13 +0000 |
commit | 9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd (patch) | |
tree | cf17703fc8e061e14d8662e2cbccf901f7789b33 /mail | |
parent | d5cec59696273b31e5a0ff4998eae73cce33a6b6 (diff) | |
download | pkgsrc-9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd.tar.gz |
- make this work with apache2
- buildlink2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/php4-imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile index 26c59312305..ca6d771eb86 100644 --- a/mail/php4-imap/Makefile +++ b/mail/php4-imap/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2002/11/02 00:05:03 elric Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/05 07:33:16 martti Exp $ MODNAME= imap CATEGORIES+= mail PKGREVISION= 1 COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol) -USE_BUILDLINK2= # defined +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" |