From 30a75c1dd410935d83ece9d63fc66ffdba41f21a Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 13 Jul 2003 15:40:57 +0000 Subject: Remove unneeded RUN_DEPENDS. Volker mentioned an install with a dependency "postgres" fails if postgresql is installed with -DWITHOUT_SERVER, though it shouldn't, and thus suggested a depend-change to "psql", which is also present for the client-only-install. The maintainer then submitted the patch which completely removes the dependency as it "is actually not needed". I personally am in favor of the first solution, but Palle is the maintainer. Reported by: Volker Stolz Submitted by: Palle Grigensohn (maintainer) PR: 54252,54287 --- databases/postgresql-tcltk/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'databases/postgresql-tcltk') 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 -- cgit v1.2.3