mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix dependency: this port requires libpgcommon.a from postgresqlXX-server
- Bump PORTREVISION for dependency change PR: ports/189773 Submitted by: marck Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
This commit is contained in:
parent
82186acef9
commit
76e1fca2e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355775
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= postgresql-repmgr
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.repmgr.org/download/
|
||||
DISTNAME= repmgr-${PORTVERSION}
|
||||
@ -15,7 +16,7 @@ LICENSE= GPLv3
|
||||
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
||||
|
||||
USES= gmake
|
||||
USE_PGSQL= yes
|
||||
USE_PGSQL= server
|
||||
WANT_PGSQL_VER= 90+
|
||||
MAKE_ENV= USE_PGXS=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user