diff options
Diffstat (limited to 'www/php4-pgsql')
-rw-r--r-- | www/php4-pgsql/Makefile | 3 |
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 |