From 01b1d889c8f6e890102f2ae863b14451af38694e Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 5 Nov 2004 17:11:39 +0000 Subject: now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x --- databases/php-dba/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/php-dba') diff --git a/databases/php-dba/Makefile b/databases/php-dba/Makefile index ed25f7a0be7..b0ef463ce74 100644 --- a/databases/php-dba/Makefile +++ b/databases/php-dba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:13 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:39 jdolecek Exp $ MODNAME= dba CATEGORIES+= databases @@ -7,8 +7,6 @@ COMMENT= PHP extension for DBM database access USE_BUILDLINK3= YES -.include "../../lang/php/ext.mk" - CONFIGURE_ARGS+= --enable-${MODNAME}=shared CONFIGURE_ARGS+= --without-cdb @@ -25,4 +23,5 @@ CONFIGURE_ARGS+= --without-ndbm .include "../../databases/gdbm/buildlink3.mk" .endif +.include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3