diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-19 15:47:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-19 15:47:50 +0000 |
commit | f73660194e505093d06f91ea52aaa57be7207828 (patch) | |
tree | 48227f0ec269d78904750167a3b76e47451037ea /databases/slony1 | |
parent | 505330f62c21965f7682a95e3e76f9a4387806b3 (diff) |
Notes
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index d702a0db8070..3c6ee324ad05 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -39,6 +39,16 @@ PLIST_SUB+= PERLTOOLS="@comment " SUB_LIST+= PERLTOOLS="@comment " .endif +# let configure find postgres stuff in non-standard places +CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ + --with-pgbindir=${LOCALBASE}/bin \ + --with-pgincludedir=${LOCALBASE}/include \ + --with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \ + --with-pglibdir=${LOCALBASE}/lib \ + --with-pgpkglibdir=${LOCALBASE}/lib/postgresql \ + --with-pgsharedir=${LOCALBASE}/share/postgresql + + DEFAULT_PGSQL_VER?=80 # Setting/finding PostgreSQL version we want. |