diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-17 20:57:57 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-17 20:57:57 +0000 |
commit | 568cd513231f65850613bb662d5a822bc7fc7b27 (patch) | |
tree | 69df3796c61fd8c5675bb456c6b7364d19eb9a1e /www/horde | |
parent | 27a7ea97c714c091efd4442b38a88a7cfbb79beb (diff) | |
download | FreeBSD-ports-568cd513231f65850613bb662d5a822bc7fc7b27.zip FreeBSD-ports-568cd513231f65850613bb662d5a822bc7fc7b27.tar.gz |
Replace WANT_PHP_MOD by WANT_PHP_WEB.
PR: 91897
Submitted by: Gustavo Picón <gpicon (at) aureal.com.pe>
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 8752ff7..694f74d 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) |