diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-01-02 14:05:24 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-01-02 14:05:24 +0000 |
commit | f59bb2479d2de1f7e0140f6c4860f085d38ebd67 (patch) | |
tree | f63fcdaa93a6e8cf60a90af3b7a2dfed9845640a /databases | |
parent | 64869b15ad4b5b6b5cab82dd0d158ad6d2ae2ae7 (diff) | |
download | FreeBSD-ports-f59bb2479d2de1f7e0140f6c4860f085d38ebd67.zip FreeBSD-ports-f59bb2479d2de1f7e0140f6c4860f085d38ebd67.tar.gz |
move libpq.so.2 to LIB_DEPENDS.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 35fb232..a1143ae 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${PREFIX}/pgsql/lib/libpq.so.2:${PORTSDIR}/databases/postgresql +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql USE_PERL5= YES CONFIGURE_ENV= POSTGRES_INCLUDE=${PREFIX}/pgsql/include POSTGRES_LIB=${PREFIX}/pgsql/lib diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 35fb232..a1143ae 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${PREFIX}/pgsql/lib/libpq.so.2:${PORTSDIR}/databases/postgresql +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql USE_PERL5= YES CONFIGURE_ENV= POSTGRES_INCLUDE=${PREFIX}/pgsql/include POSTGRES_LIB=${PREFIX}/pgsql/lib |