diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-05-28 15:48:32 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-05-28 15:48:32 +0000 |
commit | d91c0b105fdba5e1ba21ab8e64e6883040716278 (patch) | |
tree | 44ef322d67f963de6ee05f754596302980a76899 /www | |
parent | 0b2ea1428c30699e0b4a4418d8b112689bca0d3a (diff) | |
download | pkgsrc-d91c0b105fdba5e1ba21ab8e64e6883040716278.tar.gz |
Add PHP_VERSIONS_ACCEPTED=4 as this does not work with PHP5 (from joerg@)
Diffstat (limited to 'www')
-rw-r--r-- | www/horde/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 35e82c764e7..f1ce64fe516 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -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 @@ HORDEDIR= ${PREFIX}/share/horde 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 |