diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-25 09:10:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-25 09:10:17 +0000 |
commit | e7df52d206c9fee3c15a58cd3bed29bf4cca3440 (patch) | |
tree | f8587ccb0e683d1f62e15a0aded4f2453536685f /devel | |
parent | - Fix install (diff) |
Add pcre to the USE_PHP variable.
Noticed by: pointyhat
Notes
Notes:
svn path=/head/; revision=125117
Diffstat (limited to 'devel')
-rw-r--r-- | devel/simpletest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/simpletest/Makefile b/devel/simpletest/Makefile index 72d5c7d38c90..08a9ebbcdd7e 100644 --- a/devel/simpletest/Makefile +++ b/devel/simpletest/Makefile @@ -15,7 +15,7 @@ DISTNAME= php_simple_test_1.0RC1 MAINTAINER= neuhauser@chello.cz COMMENT= Unit testing, mock objects and web testing framework for PHP -USE_PHP= yes +USE_PHP= pcre USE_PHP_BUILD= yes SIMPLETESTS?= unit |