diff options
author | jlam <jlam> | 2001-03-01 18:18:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-01 18:18:15 +0000 |
commit | 9b4b65610366c2c73b7558a57ac971230a73e25d (patch) | |
tree | c496d6d9f475b4391092cf02b6c82ba1bfd3458e /www/php4-imap | |
parent | ef57f98866073b0f23adf35a23437b453e65e983 (diff) | |
download | pkgsrc-9b4b65610366c2c73b7558a57ac971230a73e25d.tar.gz |
Disassociate the version number of the php4 package from the version numbers of
the php4 modules. The rule is that php4 modules depend on php-${PHP_VERS}, but
they are allowed to have their own ${PHP_BASE_VERS}nbX package version numbers.
Diffstat (limited to 'www/php4-imap')
-rw-r--r-- | www/php4-imap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4-imap/Makefile b/www/php4-imap/Makefile index aa9568e7414..7d012ae3e91 100644 --- a/www/php4-imap/Makefile +++ b/www/php4-imap/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/01 18:18:16 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= imap CATEGORIES+= mail +PHP_PKG_VERS= nb1 COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol) |