diff options
author | thierry <thierry@FreeBSD.org> | 2004-07-29 06:52:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-07-29 06:52:38 +0800 |
commit | 68d6c9ab900c5258bdec5af380dae4bda4a0d3f8 (patch) | |
tree | e9ba5b6863ce927fb1cfa7f231a529df87c55013 /www | |
parent | 0ae534d5d2c12fcaeace0f031dfe49d34ed1a21f (diff) | |
download | freebsd-ports-gnome-68d6c9ab900c5258bdec5af380dae4bda4a0d3f8.tar.gz freebsd-ports-gnome-68d6c9ab900c5258bdec5af380dae4bda4a0d3f8.tar.zst freebsd-ports-gnome-68d6c9ab900c5258bdec5af380dae4bda4a0d3f8.zip |
Horde does not support PHP5. Use BROKEN_WITH_PHP=5.
Note: the next version, Horde 3, should support it.
PR: 69364
Submitted by: Mit Rowe
Diffstat (limited to 'www')
-rw-r--r-- | www/horde2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 64b789e90f83..231ef275de71 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -53,6 +53,7 @@ RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ NO_BUILD= yes USE_PHP= domxml gettext session WANT_PHP_MOD= yes +BROKEN_WITH_PHP=5 USE_REINPLACE= yes .if !defined(NOCRYPT) @@ -139,12 +140,12 @@ pre-install: .endif post-patch: - @${RM} ${WRKSRC}/po/translation.php.orig - @${RM} ${WRKSRC}/scripts/db/README.orig - @${RM} ${WRKSRC}/scripts/set_perms.sh.orig - @${RM} ${WRKSRC}/config/horde.php.dist.orig - @${RM} ${WRKSRC}/config/registry.php.dist.orig - @${RM} ${WRKSRC}/config/mime_drivers.php.dist.orig + @${RM} ${WRKSRC}/po/translation.php.orig \ + ${WRKSRC}/scripts/db/README.orig \ + ${WRKSRC}/scripts/set_perms.sh.orig \ + ${WRKSRC}/config/horde.php.dist.orig \ + ${WRKSRC}/config/registry.php.dist.orig \ + ${WRKSRC}/config/mime_drivers.php.dist.orig do-install: @${MKDIR} ${HORDEDIR} |