aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-06-29 11:54:50 +0800
committerlawrance <lawrance@FreeBSD.org>2005-06-29 11:54:50 +0800
commitdb4c4b0c916f83efc6a075c2b45a944b37f37269 (patch)
treee1a992b310912f5b94f85dd2ca28533e50920114 /databases
parent37c742c5c13a676e22bb8d18ddd8d0b93b0a26e9 (diff)
downloadfreebsd-ports-gnome-db4c4b0c916f83efc6a075c2b45a944b37f37269.tar.gz
freebsd-ports-gnome-db4c4b0c916f83efc6a075c2b45a944b37f37269.tar.zst
freebsd-ports-gnome-db4c4b0c916f83efc6a075c2b45a944b37f37269.zip
Add missing BUILD_DEPENDS on postgresql-server
PR: ports/82734 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/slony1/Makefile1
-rw-r--r--databases/slony1v2/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile
index b5514ac2b046..4a46cdae00bd 100644
--- a/databases/slony1/Makefile
+++ b/databases/slony1/Makefile
@@ -15,6 +15,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system
PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
+BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index b5514ac2b046..4a46cdae00bd 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -15,6 +15,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system
PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
+BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
GNU_CONFIGURE= yes
USE_GMAKE= yes