diff options
author | obache <obache> | 2010-09-30 08:17:23 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-30 08:17:23 +0000 |
commit | 6c5b15945dabe3a197b3d2be0ca4de55fd7dcdd2 (patch) | |
tree | d2be01df30303c9c14000f074ebe09ebd792bd5b /www/horde | |
parent | 47cb43fdedc52571264ebb263f3c229b0fea2c60 (diff) | |
download | pkgsrc-6c5b15945dabe3a197b3d2be0ca4de55fd7dcdd2.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/Makefile | 4 | ||||
-rw-r--r-- | www/horde/options.mk | 5 |
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 |