diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-16 11:59:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-16 11:59:09 +0000 |
commit | dd29f0c1240a87ce91ae0e4772e973adebf82b2f (patch) | |
tree | b9b803fcae36582b3a7d94fdadd4809921d9b5da /databases/p5-DBD-PgSPI/Makefile | |
parent | - Fix dependencies (php, apache, mysql, what a mess, it depends only on php) (diff) |
Unfix the postgresql dependencies, they were right at the begining.
Pointy hat to: me
Notes
Notes:
svn path=/head/; revision=101040
Diffstat (limited to 'databases/p5-DBD-PgSPI/Makefile')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index f69edf14ce5b..47094cab02da 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI .endif -POSTGRESQL_PORT?= databases/postgresql-client +POSTGRESQL_PORT?= databases/postgresql7 PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC!= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC |