diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-17 20:57:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-17 20:57:57 +0000 |
commit | 9997ada1e527008df066e43d1f1d9d72ef58e173 (patch) | |
tree | c855b5fe5365d7b2febff109c3fb44ba7790f865 /www/horde4-base | |
parent | a1f2f1c53b921b81b80c96b75e08feaf0b1e5f46 (diff) | |
download | ports-9997ada1e527008df066e43d1f1d9d72ef58e173.tar.gz ports-9997ada1e527008df066e43d1f1d9d72ef58e173.zip |
Replace WANT_PHP_MOD by WANT_PHP_WEB.
PR: 91897
Submitted by: Gustavo Picón <gpicon (at) aureal.com.pe>
Notes
Notes:
svn path=/head/; revision=153762
Diffstat (limited to 'www/horde4-base')
-rw-r--r-- | www/horde4-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 8752ff7bb456..694f74ddd28f 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -106,7 +106,7 @@ WANT_PHP_CGI= yes HORDEADMUSR?= horde SUB_LIST= WITH_SUPHP=yes .else -WANT_PHP_MOD= yes +WANT_PHP_WEB= yes .endif .if !defined(WITHOUT_FILEINFO) |