Sun Jan 4 13:47:42 2009 UTC ()
+pear-HTTP_Request
PKGREVISION++


(adrianp)
diff -r1.60 -r1.61 pkgsrc/www/horde/Makefile

cvs diff -r1.60 -r1.61 pkgsrc/www/horde/Makefile (expand / switch to unified diff)

--- pkgsrc/www/horde/Makefile 2008/12/15 23:05:14 1.60
+++ pkgsrc/www/horde/Makefile 2009/01/04 13:47:42 1.61
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.60 2008/12/15 23:05:14 adrianp Exp $ 1# $NetBSD: Makefile,v 1.61 2009/01/04 13:47:42 adrianp Exp $
2 2
3DISTNAME= horde-3.3.2 3DISTNAME= horde-3.3.2
 4PKGREVISION= 1
4CATEGORIES= www 5CATEGORIES= www
5MASTER_SITES= http://ftp.horde.org/pub/horde/ \ 6MASTER_SITES= http://ftp.horde.org/pub/horde/ \
6 ftp://ftp.horde.org/pub/horde/ 7 ftp://ftp.horde.org/pub/horde/
7 8
8MAINTAINER= adrianp@NetBSD.org 9MAINTAINER= adrianp@NetBSD.org
9HOMEPAGE= http://www.horde.org/ 10HOMEPAGE= http://www.horde.org/
10COMMENT= PHP application framework 11COMMENT= PHP application framework
11 12
12CONFLICTS+= horde-2.*{,nb*} 13CONFLICTS+= horde-2.*{,nb*}
13 14
14.include "../../lang/php/phpversion.mk" 15.include "../../lang/php/phpversion.mk"
15 16
16DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext 17DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext
@@ -19,26 +20,27 @@ DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.3 @@ -19,26 +20,27 @@ DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.3
19DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd 20DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.3:../../graphics/php-gd
20DEPENDS+= ${PHP_PKG_PREFIX}-pear-Log-[0-9]*:../../sysutils/pear-Log 21DEPENDS+= ${PHP_PKG_PREFIX}-pear-Log-[0-9]*:../../sysutils/pear-Log
21DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime 22DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
22DEPENDS+= ${PHP_PKG_PREFIX}-pear-DB-[0-9]*:../../databases/pear-DB 23DEPENDS+= ${PHP_PKG_PREFIX}-pear-DB-[0-9]*:../../databases/pear-DB
23DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php 24DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php
24.if ${PKG_PHP_VERSION} == "4" 25.if ${PKG_PHP_VERSION} == "4"
25DEPENDS+= ${PHP_PKG_PREFIX}-domxml>=4.3.3:../../textproc/php4-domxml 26DEPENDS+= ${PHP_PKG_PREFIX}-domxml>=4.3.3:../../textproc/php4-domxml
26.elif ${PKG_PHP_VERSION} == "5" 27.elif ${PKG_PHP_VERSION} == "5"
27DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom 28DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
28.endif 29.endif
29DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=4.3.3:../../archivers/php-zlib 30DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=4.3.3:../../archivers/php-zlib
30DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_Table-[0-9]*:../../textproc/pear-Console_Table 31DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_Table-[0-9]*:../../textproc/pear-Console_Table
31DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Find-[0-9]*:../../textproc/pear-File_Find 32DEPENDS+= ${PHP_PKG_PREFIX}-pear-File_Find-[0-9]*:../../textproc/pear-File_Find
 33DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request-[0-9]*:../../www/pear-HTTP_Request
32 34
33USE_TOOLS+= pax 35USE_TOOLS+= pax
34 36
35.include "../../mk/bsd.prefs.mk" 37.include "../../mk/bsd.prefs.mk"
36 38
37DOCDIR= ${PREFIX}/share/doc/horde 39DOCDIR= ${PREFIX}/share/doc/horde
38EGDIR= ${PREFIX}/share/examples/horde 40EGDIR= ${PREFIX}/share/examples/horde
39HORDEDIR= ${PREFIX}/share/horde 41HORDEDIR= ${PREFIX}/share/horde
40PAXDIRS= js lib locale po scripts services templates themes util admin \ 42PAXDIRS= js lib locale po scripts services templates themes util admin \
41 rpc 43 rpc
42SENDMAIL?= /usr/sbin/sendmail 44SENDMAIL?= /usr/sbin/sendmail
43PKG_USERS_VARS+=APACHE_USER 45PKG_USERS_VARS+=APACHE_USER
44 46