diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 09:15:05 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 09:15:05 +0000 |
commit | 441c317dae78f1420ea217c04ee7454d34f3a49f (patch) | |
tree | 3ec1e73b7e451962cfffccd504992efce15713a4 /databases/p5-DBD-Pg | |
parent | 2b3e364e5828e2ed86653895fc7f9b3964184a06 (diff) | |
download | ports-441c317dae78f1420ea217c04ee7454d34f3a49f.tar.gz ports-441c317dae78f1420ea217c04ee7454d34f3a49f.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 34c1e1561f99..7130f66adc14 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 USE_PERL5= yes MAKE_ENV= POSTGRES_INCLUDE=${PREFIX}/pgsql/include POSTGRES_LIB=${PREFIX}/pgsql/lib |