aboutsummaryrefslogtreecommitdiff
path: root/www/rt38
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-08 16:50:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-08 16:50:17 +0000
commit4437393b17fb605c492136aa1bf8deea36b59024 (patch)
treec406516e45b009d5ce9112621bc9085d8161b678 /www/rt38
parente9a905c7d6619581f4fe7652062d3a96b272e718 (diff)
downloadports-4437393b17fb605c492136aa1bf8deea36b59024.tar.gz
ports-4437393b17fb605c492136aa1bf8deea36b59024.zip
Notes
Diffstat (limited to 'www/rt38')
-rw-r--r--www/rt38/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index 3c773f36589a..4bcc0d7e646e 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -108,7 +108,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.elif defined(WITH_POSTGRESQL)
DB_TYPE= Pg
-USE_POSTGRESQL= yes
+USE_PGSQL= yes
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
.elif defined (WITH_SQLITE)