diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-18 04:57:57 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-18 04:57:57 +0800 |
commit | 568cd513231f65850613bb662d5a822bc7fc7b27 (patch) | |
tree | 69df3796c61fd8c5675bb456c6b7364d19eb9a1e /www/horde4-base/Makefile | |
parent | 27a7ea97c714c091efd4442b38a88a7cfbb79beb (diff) | |
download | freebsd-ports-gnome-568cd513231f65850613bb662d5a822bc7fc7b27.tar.gz freebsd-ports-gnome-568cd513231f65850613bb662d5a822bc7fc7b27.tar.zst freebsd-ports-gnome-568cd513231f65850613bb662d5a822bc7fc7b27.zip |
Replace WANT_PHP_MOD by WANT_PHP_WEB.
PR: 91897
Submitted by: Gustavo Picón <gpicon (at) aureal.com.pe>
Diffstat (limited to 'www/horde4-base/Makefile')
-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) |