diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-12 09:54:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-12 09:54:05 +0800 |
commit | 41e457649e319fe33227e5558d5f7d4ace0729eb (patch) | |
tree | e56a45a21b95f595ef56c97db01956ae00b3e113 /www | |
parent | 5a7d45c621b9554eaee7b9567ad2ff6ca62cfeb4 (diff) | |
download | freebsd-ports-gnome-41e457649e319fe33227e5558d5f7d4ace0729eb.tar.gz freebsd-ports-gnome-41e457649e319fe33227e5558d5f7d4ace0729eb.tar.zst freebsd-ports-gnome-41e457649e319fe33227e5558d5f7d4ace0729eb.zip |
o Add IS_INTERACTIVE='need to build php4 with XML support'
o Horde requires PHP to be built with XML (for online help) and
gettext (for I18N), and this is not the default.
PR: 53166
Submitted by: maintainer
Prompted by: bento, kris
Diffstat (limited to 'www')
-rw-r--r-- | www/horde2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 36d9485c61fe..11dc437dc038 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -36,6 +36,7 @@ RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime +IS_INTERACTIVE= 'need to build php4 with XML support.' NO_BUILD= yes USE_REINPLACE= yes |