summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortv <tv>2005-08-29 13:36:06 +0000
committertv <tv>2005-08-29 13:36:06 +0000
commitba7a278cec6561fb7541a4512c7aba70fc89955a (patch)
tree4fde87074a077d921b41822535afc3a64ea85036 /www
parent22c107923fcbc065e49fd76c60bf93018e3db099 (diff)
downloadpkgsrc-ba7a278cec6561fb7541a4512c7aba70fc89955a.tar.gz
The option used by all other packages is "pgsql", not "postgresql".
Diffstat (limited to 'www')
-rw-r--r--www/horde3/options.mk6
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