- 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:
parent
e0369cd165
commit
1ea2c12a36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280410
1 changed files with 16 additions and 16 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue