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