diff options
author | tv <tv@pkgsrc.org> | 2005-08-29 13:36:06 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-08-29 13:36:06 +0000 |
commit | 55dd4be35ccebe9eee394328f5d75d7ad0557b8d (patch) | |
tree | 4fde87074a077d921b41822535afc3a64ea85036 /www | |
parent | 0f857e86784169ecb939a9804a1d508a9ee2cb04 (diff) | |
download | pkgsrc-55dd4be35ccebe9eee394328f5d75d7ad0557b8d.tar.gz |
The option used by all other packages is "pgsql", not "postgresql".
Diffstat (limited to 'www')
-rw-r--r-- | www/horde3/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/horde3/options.mk b/www/horde3/options.mk index bce44429e29..6801655e8f8 100644 --- a/www/horde3/options.mk +++ b/www/horde3/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:40 dillo Exp $ +# $NetBSD: options.mk,v 1.4 2005/08/29 13:36:06 tv Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.horde -PKG_SUPPORTED_OPTIONS= ldap postgresql mysql +PKG_SUPPORTED_OPTIONS= ldap pgsql mysql PKG_SUGGESTED_OPTIONS= mysql .include "../../mk/bsd.options.mk" @@ -17,7 +17,7 @@ DEPENDS+= php-ldap>=4.3.3:../../databases/php-ldap ### ### Use PostgreSQL for storing user details ### -.if !empty(PKG_OPTIONS:Mpostgresql) +.if !empty(PKG_OPTIONS:Mpgsql) . include "../../mk/pgsql.buildlink3.mk" DEPENDS+= php-pgsql>=4.3.3:../../databases/php-pgsql .endif |