From ec609c6298633b68346c5a614054494f56d995b4 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Wed, 27 Apr 2016 18:03:45 +0000 Subject: - fix build with PostgreSQL (s/91/9.1/) as default db (PD error: cannot install: unknown PostgreSQL version: 91+) MFH: 2016Q2 --- devel/bugzilla50/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/bugzilla50/Makefile') 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 \ -- cgit v1.2.3