aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1v2
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-29 03:54:50 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-29 03:54:50 +0000
commitf02a440df248a6ae8997c4636cb4210ea1eed63d (patch)
tree11396e404e1ed8a08a18cd4b03e3daa9c389a73e /databases/slony1v2
parent6ee054215f36643553032d908115d0bbe7100799 (diff)
downloadports-f02a440df248a6ae8997c4636cb4210ea1eed63d.tar.gz
ports-f02a440df248a6ae8997c4636cb4210ea1eed63d.zip
Add missing BUILD_DEPENDS on postgresql-server
PR: ports/82734 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Notes
Notes: svn path=/head/; revision=138150
Diffstat (limited to 'databases/slony1v2')
-rw-r--r--databases/slony1v2/Makefile1
1 files changed, 1 insertions, 0 deletions
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