summaryrefslogtreecommitdiff
path: root/devel/bugzilla3/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla3/options.mk')
-rw-r--r--devel/bugzilla3/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla3/options.mk b/devel/bugzilla3/options.mk
index 4efac78c7a5..173eb44ecc1 100644
--- a/devel/bugzilla3/options.mk
+++ b/devel/bugzilla3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2007/09/21 19:32:54 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bugzilla
@@ -23,7 +23,7 @@ DEPENDS+= p5-DBD-mysql>=2.9003:../../databases/p5-DBD-mysql
DBDRIVER= mysql
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= p5-DBD-postgresql>=1.45:../../databases/p5-DBD-postgresql
-DBDRIVER= pgsql
+DBDRIVER= pg
.endif
###