summaryrefslogtreecommitdiff
path: root/www/horde
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-30 08:17:23 +0000
committerobache <obache@pkgsrc.org>2010-09-30 08:17:23 +0000
commit2d31d5830272c04f494e7cc8ea7b930c1de3cef7 (patch)
treed2be01df30303c9c14000f074ebe09ebd792bd5b /www/horde
parentd836a2a197934d3a88a53b604b75fd071dd7b0fa (diff)
downloadpkgsrc-2d31d5830272c04f494e7cc8ea7b930c1de3cef7.tar.gz
No need to buildlink with database libraries.
Bump PKGREVISION to relax dependency on database libraries.
Diffstat (limited to 'www/horde')
-rw-r--r--www/horde/Makefile4
-rw-r--r--www/horde/options.mk5
2 files changed, 3 insertions, 6 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile
index b139b4c94ab..0d0963aa8ed 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2010/03/16 16:02:21 taca Exp $
+# $NetBSD: Makefile,v 1.69 2010/09/30 08:17:23 obache Exp $
DISTNAME= horde-3.3.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://ftp.horde.org/pub/horde/ \
ftp://ftp.horde.org/pub/horde/
diff --git a/www/horde/options.mk b/www/horde/options.mk
index af52520399d..0721057616c 100644
--- a/www/horde/options.mk
+++ b/www/horde/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/06/16 09:23:21 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2010/09/30 08:17:23 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.horde
PKG_SUPPORTED_OPTIONS= ldap pgsql mysql
@@ -10,7 +10,6 @@ PKG_SUGGESTED_OPTIONS= mysql
### Use OpenLDAP for storing user details
###
.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap-client/buildlink3.mk"
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.3:../../databases/php-ldap
.endif
@@ -18,7 +17,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.3:../../databases/php-ldap
### Use PostgreSQL for storing user details
###
.if !empty(PKG_OPTIONS:Mpgsql)
-. include "../../mk/pgsql.buildlink3.mk"
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=4.3.3:../../databases/php-pgsql
.endif
@@ -26,6 +24,5 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=4.3.3:../../databases/php-pgsql
### Use MySQL for storing user details
###
.if !empty(PKG_OPTIONS:Mmysql)
-. include "../../mk/mysql.buildlink3.mk"
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
.endif