summaryrefslogtreecommitdiff
path: root/www/php4-mysql
diff options
context:
space:
mode:
authorjlam <jlam>2001-03-01 18:18:15 +0000
committerjlam <jlam>2001-03-01 18:18:15 +0000
commit9b4b65610366c2c73b7558a57ac971230a73e25d (patch)
treec496d6d9f475b4391092cf02b6c82ba1bfd3458e /www/php4-mysql
parentef57f98866073b0f23adf35a23437b453e65e983 (diff)
downloadpkgsrc-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-mysql')
-rw-r--r--www/php4-mysql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4-mysql/Makefile b/www/php4-mysql/Makefile
index 9fd043ec898..b8e7a176388 100644
--- a/www/php4-mysql/Makefile
+++ b/www/php4-mysql/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/03/01 18:18:16 jlam Exp $
.include "../../www/php4/Makefile.module"
MODNAME= mysql
CATEGORIES+= databases
+PHP_PKG_VERS= nb1
COMMENT= PHP4 extension for MySQL databases