summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-18 22:40:10 +0000
committerseanc <seanc@FreeBSD.org>2003-01-18 22:40:10 +0000
commitf1fe8217c2d38beacd85561b7c9472d3db01a915 (patch)
treec00da2fcf1050cf1b284ca107177f8fcad2e1bcc /databases
parent8149f5d55c827a1739d7063d74da3053d368b540 (diff)
downloadFreeBSD-ports-f1fe8217c2d38beacd85561b7c9472d3db01a915.zip
FreeBSD-ports-f1fe8217c2d38beacd85561b7c9472d3db01a915.tar.gz
Adding POSTGRESQL_PORT tunable. Not bumping PORTREVISION.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-postgresql-plperl/Makefile5
-rw-r--r--databases/postgresql-pltcl/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile
index 4e99c9a..2f459f2 100644
--- a/databases/p5-postgresql-plperl/Makefile
+++ b/databases/p5-postgresql-plperl/Makefile
@@ -11,10 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= girgen@pingpong.net
+POSTGRESQL_PORT?= databases/postgresql7
POSTGRESQL_SUBPORT=YES
-.include <${.CURDIR}/../postgresql7/Makefile>
+.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile>
-RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7
+RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
USE_PERL5= yes
CONFIGURE_ARGS= --with-perl
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile
index b54b45e..417b8f5 100644
--- a/databases/postgresql-pltcl/Makefile
+++ b/databases/postgresql-pltcl/Makefile
@@ -10,11 +10,12 @@ CATEGORIES= databases tcl83
MAINTAINER= girgen@pingpong.net
+POSTGRESQL_PORT?= databases/postgresql7
POSTGRESQL_SUBPORT=YES
-.include <${.CURDIR}/../postgresql7/Makefile>
+.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile>
LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
-RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql7
+RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
TCLVERSION?= 8.3
OpenPOWER on IntegriCloud