aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-12-29 09:30:07 +0800
committerclsung <clsung@FreeBSD.org>2004-12-29 09:30:07 +0800
commit90c7e0b9901057984000a8e832a63feca8c2bfe2 (patch)
tree7fcb188ff5db5f6c1d41a858a0b417a5ad8bb961 /www
parent11a3354be637a1eec2e08aa73e53492b4a0ae4de (diff)
downloadfreebsd-ports-gnome-90c7e0b9901057984000a8e832a63feca8c2bfe2.tar.gz
freebsd-ports-gnome-90c7e0b9901057984000a8e832a63feca8c2bfe2.tar.zst
freebsd-ports-gnome-90c7e0b9901057984000a8e832a63feca8c2bfe2.zip
- plog use preg_* stuff, so add pcre to USE_PHP
Noticed by: leeym
Diffstat (limited to 'www')
-rw-r--r--www/lifetype/Makefile2
-rw-r--r--www/plog/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/lifetype/Makefile b/www/lifetype/Makefile
index 90ba930d0d65..6a673d4fb224 100644
--- a/www/lifetype/Makefile
+++ b/www/lifetype/Makefile
@@ -16,7 +16,7 @@ COMMENT= A PHP and MySQL based blogging platform
USE_BZIP2= YES
-USE_PHP= mysql
+USE_PHP= mysql pcre
PHP4_PORT?= www/mod_php4
NO_BUILD= YES
WANT_PHP_WEB= YES
diff --git a/www/plog/Makefile b/www/plog/Makefile
index 90ba930d0d65..6a673d4fb224 100644
--- a/www/plog/Makefile
+++ b/www/plog/Makefile
@@ -16,7 +16,7 @@ COMMENT= A PHP and MySQL based blogging platform
USE_BZIP2= YES
-USE_PHP= mysql
+USE_PHP= mysql pcre
PHP4_PORT?= www/mod_php4
NO_BUILD= YES
WANT_PHP_WEB= YES