aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-19 15:47:50 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-19 15:47:50 +0000
commitf73660194e505093d06f91ea52aaa57be7207828 (patch)
tree48227f0ec269d78904750167a3b76e47451037ea /databases/slony1
parent505330f62c21965f7682a95e3e76f9a4387806b3 (diff)
downloadports-f73660194e505093d06f91ea52aaa57be7207828.tar.gz
ports-f73660194e505093d06f91ea52aaa57be7207828.zip
Notes
Diffstat (limited to 'databases/slony1')
-rw-r--r--databases/slony1/Makefile10
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.