mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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 <stolz@i2.informatik.rwth-aachen.de> Submitted by: Palle Grigensohn <girgen@pingpong.net> (maintainer) PR: 54252,54287
This commit is contained in:
parent
8d956f58e0
commit
30a75c1dd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84808
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ POSTGRESQL_SUBPORT=YES
|
||||||
|
|
||||||
LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} \
|
LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} \
|
||||||
pq:${PORTSDIR}/${POSTGRESQL_PORT}
|
pq:${PORTSDIR}/${POSTGRESQL_PORT}
|
||||||
RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
|
|
||||||
|
|
||||||
# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
|
# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
|
||||||
TCLVERSION?= 8.3
|
TCLVERSION?= 8.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue