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 | |
parent | - BAD_PAM option now selectable using configure, rather than directly (diff) |
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
-rw-r--r-- | www/horde-base/Makefile | 2 | ||||
-rw-r--r-- | www/horde/Makefile | 2 | ||||
-rw-r--r-- | www/horde4-base/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 8752ff7bb456..694f74ddd28f 100644 --- a/www/horde-base/Makefile +++ b/www/horde-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) diff --git a/www/horde/Makefile b/www/horde/Makefile index 8752ff7bb456..694f74ddd28f 100644 --- a/www/horde/Makefile +++ b/www/horde/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) 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) |