diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-24 09:47:00 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-24 09:47:00 +0000 |
commit | 8d2b7db16d99e896e259c8a9f3881ef1c720fa58 (patch) | |
tree | e27b5a6ee80f2634f2b5d3c3585702dfdfa49311 /lang/Makefile | |
parent | a8e90ff713777017eab0b0d4d4cc82c44955e96e (diff) | |
download | FreeBSD-ports-8d2b7db16d99e896e259c8a9f3881ef1c720fa58.zip FreeBSD-ports-8d2b7db16d99e896e259c8a9f3881ef1c720fa58.tar.gz |
New port: lang/php4-horde - a default PHP configured for the Horde framework.
The port www/horde2 and its dependences (mail/turba,
mail/imp3, etc.) cannot be packaged, because the default
options of PHP are not sufficient.
This port uses lang/php4 with Horde's options, in order to
remove the IS_INTERACTIVE flags.
PR: ports/57111
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4b8303b..bd0549e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -151,6 +151,7 @@ SUBDIR += php3 SUBDIR += php4 SUBDIR += php4-cli + SUBDIR += php4-horde SUBDIR += php4-nms SUBDIR += php5 SUBDIR += php5-cli |