diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 00:50:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 00:50:17 +0800 |
commit | a1adc9663a9f8842280623e45bb1a7f22788e033 (patch) | |
tree | 7031e50b6a87dacc9bbb54a43d13fdfdf4cbcb16 /www | |
parent | de75c328cf617efa47ce7a43a9ddd81e8dfb4ef5 (diff) | |
download | freebsd-ports-gnome-a1adc9663a9f8842280623e45bb1a7f22788e033.tar.gz freebsd-ports-gnome-a1adc9663a9f8842280623e45bb1a7f22788e033.tar.zst freebsd-ports-gnome-a1adc9663a9f8842280623e45bb1a7f22788e033.zip |
- USE_POSTGRESQL was probably ment to be USE_PGSQL
Diffstat (limited to 'www')
-rw-r--r-- | www/rt38/Makefile | 2 | ||||
-rw-r--r-- | www/rt40/Makefile | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/www/rt40/Makefile b/www/rt40/Makefile index 3c773f36589a..4bcc0d7e646e 100644 --- a/www/rt40/Makefile +++ b/www/rt40/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) |