diff options
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-postgresql-plperl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index f69edf1..47094ca 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 diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index 01c5ac0..cacf44b 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -plperl MAINTAINER= girgen@pingpong.net COMMENT= A module for using Perl5 to write SQL functions -POSTGRESQL_PORT?= databases/postgresql-client +POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES .include "../../${POSTGRESQL_PORT}/Makefile" |