diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-26 09:15:05 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-26 09:15:05 +0000 |
commit | 612870773fbbecdb1c8585f9ec3a0e00d003e04d (patch) | |
tree | 2593e589dc7bd47d310ec845c1835564a306300b /databases/p5-DBD-Pg | |
parent | 03699049be239d167fda5158ef8c7dbce6f6a294 (diff) | |
download | FreeBSD-ports-612870773fbbecdb1c8585f9ec3a0e00d003e04d.zip FreeBSD-ports-612870773fbbecdb1c8585f9ec3a0e00d003e04d.tar.gz |
after removal of old postgresql port fix dependencies for postgresql7 port
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
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 34c1e15..7130f66 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 |