From 15476873d161162ec0b2a8cc430298522cfedee4 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 25 Dec 2004 09:10:17 +0000 Subject: Add pcre to the USE_PHP variable. Noticed by: pointyhat --- devel/simpletest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit