pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/horde Add PHP_VERSIONS_ACCEPTED=4 as this does not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfe52a08ccfd
branches:  trunk
changeset: 513437:cfe52a08ccfd
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun May 28 15:48:32 2006 +0000

description:
Add PHP_VERSIONS_ACCEPTED=4 as this does not work with PHP5 (from joerg@)

diffstat:

 www/horde/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e1ae39501aa7 -r cfe52a08ccfd www/horde/Makefile
--- a/www/horde/Makefile        Sun May 28 15:25:09 2006 +0000
+++ b/www/horde/Makefile        Sun May 28 15:48:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/02/05 23:11:24 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2006/05/28 15:48:32 adrianp Exp $
 
 DISTNAME=      horde-2.2.9
 PKGREVISION=   1
@@ -22,8 +22,10 @@
 MESSAGE_SUBST+=        HORDEDIR=${HORDEDIR}
 
 .include "../../mk/bsd.prefs.mk"
+.include "../../lang/php/phpversion.mk"
 
 PKG_SYSCONFSUBDIR?=    httpd
+PHP_VERSIONS_ACCEPTED= 4
 
 CONF_FILES=    ${EGDIR}/horde.conf ${PKG_SYSCONFDIR}/horde.conf
 CONF_FILES+=   ${HORDEDIR}/config/horde.php.dist ${HORDEDIR}/config/horde.php



Home | Main Index | Thread Index | Old Index