diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index 6f4e50cfc358..8d24e40f7af1 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -6,18 +6,18 @@ # PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 PKGNAMESUFFIX= -plperl MAINTAINER= girgen@FreeBSD.org COMMENT= Write SQL functions for PostgreSQL using Perl5 -MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../../databases/postgresql${PGSQL_VER}-server -RUN_DEPENDS= postgres:${.CURDIR}/../postgresql${PGSQL_VER}-server +RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -DEFAULT_PGSQL_VER?=74 +DEFAULT_PGSQL_VER?=82 # can't include in a slave port # so set these instead: diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index e8adabdcc7d2..19bb27b4c3f7 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -6,14 +6,14 @@ # PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases tcl PKGNAMESUFFIX= -pltcl MAINTAINER= girgen@FreeBSD.org COMMENT= A module for using Tcl to write SQL functions -MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../../databases/postgresql${PGSQL_VER}-server RUN_DEPENDS= postgres:${MASTERDIR}