mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Change libpgsql.so.1 to version number uncritical libpgsql.so
This commit is contained in:
parent
463e2f07fc
commit
969af2e6e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8117
@ -11,7 +11,7 @@
|
||||
proc main {argc argv} {
|
||||
global pref newdbname newpport newhost
|
||||
-load libpgtcl.so
|
||||
+load /usr/local/pgsql/lib/libpgtcl.so.1
|
||||
+load /usr/local/pgsql/lib/libpgtcl.so
|
||||
catch {draw_tabs}
|
||||
load_pref
|
||||
if {$pref(autoload) && ($pref(lastdb)!="")} {
|
||||
|
Loading…
Reference in New Issue
Block a user