Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 20:58:52 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373101 - head/databases/slony1v2
Message-ID:  <201411222058.sAMKwqV5095909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Nov 22 20:58:52 2014
New Revision: 373101
URL: https://svnweb.freebsd.org/changeset/ports/373101
QAT: https://qat.redports.org/buildarchive/r373101/

Log:
  Fix DEPENDS line

Modified:
  head/databases/slony1v2/Makefile

Modified: head/databases/slony1v2/Makefile
==============================================================================
--- head/databases/slony1v2/Makefile	Sat Nov 22 20:40:08 2014	(r373100)
+++ head/databases/slony1v2/Makefile	Sat Nov 22 20:58:52 2014	(r373101)
@@ -12,11 +12,11 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	PostgreSQL master to multiple replicas replication system
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
-		${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
+BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
 
 GNU_CONFIGURE=	yes
 USES=		bison gmake shebangfix tar:bzip2 pgsql
+WANT_PGSQL=	server
 USE_RC_SUBR=	slon
 SHEBANG_FILES=	tools/altperl/slonik_restart_node.pl
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411222058.sAMKwqV5095909>