From 4e3ba2bc314f0b9955a5cd1c6bccd8742c7db45d Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 4 Aug 2009 12:28:36 +0000 Subject: Reduce diff with ports/135096: USE_PGSQL and set IGNORE_WITH_PGSQL to 84 (will be supported by slony1 1.2.17). PR: ports/135096 (partial) Approved by: maintainer --- databases/slony1v2/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'databases/slony1v2') diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 6de4d7a80805..1f68cc41285c 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -15,11 +15,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= vivek@khera.org 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} +BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server GNU_CONFIGURE= yes +USE_PGSQL= yes USE_GMAKE= yes USE_BZIP2= yes USE_RC_SUBR= slon.sh @@ -31,6 +30,8 @@ OPTIONS= PERLTOOLS "Install perl configuration tools" Off .include +IGNORE_WITH_PGSQL= 84 + .if defined(WITH_PERLTOOLS) USE_PERL5= yes CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin -- cgit v1.2.3