aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla50/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-04-27 18:03:45 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-04-27 18:03:45 +0000
commitec609c6298633b68346c5a614054494f56d995b4 (patch)
treef1489041f93d0bfbb0fb83fc5c4f7e597ca95d81 /devel/bugzilla50/Makefile
parent0bb6fe220428584b47cc09fcef22877641c8a01a (diff)
downloadports-ec609c6298633b68346c5a614054494f56d995b4.tar.gz
ports-ec609c6298633b68346c5a614054494f56d995b4.zip
- fix build with PostgreSQL (s/91/9.1/) as default db
(PD error: cannot install: unknown PostgreSQL version: 91+) MFH: 2016Q2
Notes
Notes: svn path=/head/; revision=414123
Diffstat (limited to 'devel/bugzilla50/Makefile')
-rw-r--r--devel/bugzilla50/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugzilla50/Makefile b/devel/bugzilla50/Makefile
index e2ab32e10b74..b56373ee9e48 100644
--- a/devel/bugzilla50/Makefile
+++ b/devel/bugzilla50/Makefile
@@ -50,7 +50,7 @@ EMPTY_DIRS_LIST=data graphs contrib lib t xt
MODPERL_USE= APACHE_RUN=22+
MYSQL_USE= MYSQL=yes
MYSQL_RUN_DEPENDS= p5-DBD-mysql>=4.0001:databases/p5-DBD-mysql
-PGSQL_USES= pgsql:91+
+PGSQL_USES= pgsql:9.1+
PGSQL_RUN_DEPENDS= p5-DBD-Pg>=3.4.2:databases/p5-DBD-Pg
SQLITE_USES= sqlite
SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \