diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:12:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:12:22 +0000 |
commit | 2ac923e84d928b3c14d2b0abfea9dbe93fdaebfa (patch) | |
tree | 7f4a28779467ab5f79ba7b3c7fc78eb3fad96fbd | |
parent | Update port: misc/emma to 0.8.2 (diff) |
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 <thierry@pompo.net>
-rw-r--r-- | devel/pear-PEAR/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index d229ae240323..25610e9dad82 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 |