From fe5bcaa57cf5f8bbc77038349ae1ea56c282e5a0 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 --- devel/php-shmop/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'devel/php-shmop') diff --git a/devel/php-shmop/Makefile b/devel/php-shmop/Makefile index 7958b2ee109..62153f2e236 100644 --- a/devel/php-shmop/Makefile +++ b/devel/php-shmop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:39 jdolecek Exp $ MODNAME= shmop CATEGORIES+= devel @@ -7,8 +7,7 @@ COMMENT= PHP extension for simple SysV shared memory operations USE_BUILDLINK3= YES -.include "../../lang/php/ext.mk" - CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} +.include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3