diff options
author | clsung <clsung@FreeBSD.org> | 2004-12-30 13:05:45 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-12-30 13:05:45 +0800 |
commit | 553f56c4ee2a298d08a12fd8d75bb9a2874fc5d1 (patch) | |
tree | 68949076770b927368d60ce5e4b53940049a1e19 | |
parent | 351e92d52dc882bb546f6cd96ab5bd528240c8fd (diff) | |
download | freebsd-ports-gnome-553f56c4ee2a298d08a12fd8d75bb9a2874fc5d1.tar.gz freebsd-ports-gnome-553f56c4ee2a298d08a12fd8d75bb9a2874fc5d1.tar.zst freebsd-ports-gnome-553f56c4ee2a298d08a12fd8d75bb9a2874fc5d1.zip |
- Again, it requires session function when execute admin.php
Observed by: sbaby dot bbs AT bbs dot badcow dot com dot tw
-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 6a673d4fb224..973ba4559a54 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 pcre +USE_PHP= mysql pcre session PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES diff --git a/www/plog/Makefile b/www/plog/Makefile index 6a673d4fb224..973ba4559a54 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 pcre +USE_PHP= mysql pcre session PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES |