From 9c2f030316d79b5997bf58825dc594b60b0d9d77 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 25 Aug 2003 01:12:22 +0000 Subject: devel/pear-PEAR: separating build & install of PECL. When you build a PECL module, NO_BUILD is defined => the build target does not build anything, and make all is delayed until `make install'. PR: ports/55168 Submitted by: Thierry Thomas --- devel/pear-PEAR/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/pear-PEAR') diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index d229ae24032..25610e9dad8 100644 --- a/devel/pear-PEAR/Makefile.common +++ b/devel/pear-PEAR/Makefile.common @@ -7,7 +7,9 @@ PKGNAMEPREFIX= pear- EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR +.if !defined(USE_PHPIZE) NO_BUILD= yes +.endif .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix -- cgit