diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:50:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:50:17 +0000 |
commit | 4437393b17fb605c492136aa1bf8deea36b59024 (patch) | |
tree | c406516e45b009d5ce9112621bc9085d8161b678 /www/rt38 | |
parent | - There is no USE_ZLIB (diff) |
- USE_POSTGRESQL was probably ment to be USE_PGSQL
Notes
Notes:
svn path=/head/; revision=225485
Diffstat (limited to 'www/rt38')
-rw-r--r-- | www/rt38/Makefile | 2 |
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) |