From cb9bf4ead8cad4d7c14c30d753c5c67c9dcb104f Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 11 Jul 2000 19:03:58 +0000 Subject: -LDCONFIG_DIRS= %%PREFIX%%/pgsql +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" --- databases/postgresql73/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql73/Makefile') diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 8f37cfe1196e..94aa22cad135 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -29,7 +29,7 @@ BROKEN= doesn\'t build on the alpha yet Y2K= http://www.postgresql.org/y2k.html INSTALLS_SHLIB= YES -LDCONFIG_DIRS= %%PREFIX%%/pgsql +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib # if you want to use the tcl/tk frontend pgaccess, then you need to build # postgresql with tcl support by typing: make -DWITH_TCL -- cgit