diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-29 01:30:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-29 01:30:07 +0000 |
commit | ff70699f3d93db9db37f16c994f90d7a773c7344 (patch) | |
tree | 3d32da719cc57a10c5bd5f10765647adc3f58222 /www/plog | |
parent | Polymake is a versatile framework for experimental discrete mathematics. The (diff) |
- plog use preg_* stuff, so add pcre to USE_PHP
Noticed by: leeym
Notes
Notes:
svn path=/head/; revision=125399
Diffstat (limited to 'www/plog')
-rw-r--r-- | www/plog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |