svn commit: r373101 - head/databases/slony1v2

Chris Rees crees at FreeBSD.org
Sat Nov 22 20:58:53 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list