diff options
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 |