diff options
author | clsung <clsung@FreeBSD.org> | 2004-12-29 09:30:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-12-29 09:30:07 +0800 |
commit | 90c7e0b9901057984000a8e832a63feca8c2bfe2 (patch) | |
tree | 7fcb188ff5db5f6c1d41a858a0b417a5ad8bb961 /www | |
parent | 11a3354be637a1eec2e08aa73e53492b4a0ae4de (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | www/plog/Makefile | 2 |
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 |