Update databases/php4-pgsql to 4.1.2. The only change from version 4.1.1 is

that this is built from the php-4.1.2 sources.
This commit is contained in:
jlam 2002-02-28 06:17:18 +00:00
parent b6f5669151
commit 1bf6023ce9

View file

@ -1,6 +1,4 @@
# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:00 jlam Exp $
.include "../../www/php4/Makefile.module"
# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:18 jlam Exp $
MODNAME= pgsql
CATEGORIES+= databases
@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for PostgreSQL databases
USE_BUILDLINK_ONLY= YES
.include "../../www/php4/Makefile.module"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../databases/postgresql-lib/buildlink.mk"