diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-19 06:40:10 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-19 06:40:10 +0800 |
commit | f1fe8217c2d38beacd85561b7c9472d3db01a915 (patch) | |
tree | c00da2fcf1050cf1b284ca107177f8fcad2e1bcc /databases/postgresql-pltcl | |
parent | 8149f5d55c827a1739d7063d74da3053d368b540 (diff) | |
download | freebsd-ports-gnome-f1fe8217c2d38beacd85561b7c9472d3db01a915.tar.gz freebsd-ports-gnome-f1fe8217c2d38beacd85561b7c9472d3db01a915.tar.zst freebsd-ports-gnome-f1fe8217c2d38beacd85561b7c9472d3db01a915.zip |
Adding POSTGRESQL_PORT tunable. Not bumping PORTREVISION.
Diffstat (limited to 'databases/postgresql-pltcl')
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index b54b45ebb9b9..417b8f594592 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 |