diff options
author | Alexander Langer <alex@FreeBSD.org> | 2003-07-13 15:40:57 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2003-07-13 15:40:57 +0000 |
commit | 30a75c1dd410935d83ece9d63fc66ffdba41f21a (patch) | |
tree | ce19b5bd7db562a9a64ab8c53b9565087b5d18f2 /databases | |
parent | 8d956f58e0416ec4dec08799107f8e47986c4441 (diff) | |
download | ports-30a75c1dd410935d83ece9d63fc66ffdba41f21a.tar.gz ports-30a75c1dd410935d83ece9d63fc66ffdba41f21a.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile index ea494f0141fc..95f332b6ebf9 100644 --- a/databases/postgresql-tcltk/Makefile +++ b/databases/postgresql-tcltk/Makefile @@ -18,7 +18,6 @@ POSTGRESQL_SUBPORT=YES LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} \ pq:${PORTSDIR}/${POSTGRESQL_PORT} -RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} # you can use "make TCLVERSION=8.4" or similar for your favourite tcl version TCLVERSION?= 8.3 |