- Fix RUN_DEPENDS

- Space/tab twiddle

PR:		ports/160008
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
Approved by:	maintainer
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-08-25 15:04:16 +00:00
parent e0369cd165
commit 1ea2c12a36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280410

View file

@ -12,8 +12,8 @@ DISTNAME= repmgr-${PORTVERSION}
MAINTAINER= alp@sfedu.ru MAINTAINER= alp@sfedu.ru
COMMENT= PostgreSQL replication manager COMMENT= PostgreSQL replication manager
BUILD_DEPENDS+= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server BUILD_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
RUN_DEPENDS= ${BUILD_DEPENDS} \ RUN_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server \
rsync:${PORTSDIR}/net/rsync rsync:${PORTSDIR}/net/rsync
USE_GMAKE= yes USE_GMAKE= yes