aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1v2
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2009-08-11 13:32:57 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2009-08-11 13:32:57 +0000
commit49d6c1e892cb770b93d42319776332620f375823 (patch)
treebe8edf94727474a385d6ed199a210ce85ed89565 /databases/slony1v2
parentdd271e4c5444172bc0a041ae25ab9e2d2dc151b5 (diff)
downloadports-49d6c1e892cb770b93d42319776332620f375823.tar.gz
ports-49d6c1e892cb770b93d42319776332620f375823.zip
Notes
Diffstat (limited to 'databases/slony1v2')
-rw-r--r--databases/slony1v2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index 0e3c1d770c26..c9490ab18137 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -19,6 +19,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system
BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
GNU_CONFIGURE= yes
+USE_BISON= build
USE_PGSQL= yes
USE_GMAKE= yes
USE_BZIP2= yes
@@ -29,7 +30,7 @@ SUB_LIST+= NAME=slon
OPTIONS= PERLTOOLS "Install perl configuration tools" Off
-CONFLICTS?= slony1-*
+CONFLICTS?= slony1-1*
.include <bsd.port.pre.mk>