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 | 0a32e4d493c80ac7a1e7794faa76277eaf27579d (diff) | |
download | ports-2ac923e84d928b3c14d2b0abfea9dbe93fdaebfa.tar.gz ports-2ac923e84d928b3c14d2b0abfea9dbe93fdaebfa.zip |
Notes
-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 |