databases/xtrabackup: fix RUN_DEPENDS
- Add p5-DBD-mysql to RUN_DEPENDS PR: ports/180290 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
This commit is contained in:
parent
e91ed3ea1c
commit
ea31cb8a19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322330
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= xtrabackup
|
PORTNAME= xtrabackup
|
||||||
PORTVERSION= 2.1.3
|
PORTVERSION= 2.1.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://downloads.skysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \
|
MASTER_SITES= http://downloads.skysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \
|
||||||
http://downloads.mysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \
|
http://downloads.mysql.com/archives/%SUBDIR%/:mysql51,mysql55,mysql56 \
|
||||||
|
@ -27,6 +28,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||||
bison:${PORTSDIR}/devel/bison
|
bison:${PORTSDIR}/devel/bison
|
||||||
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
|
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||||
gpg-error:${PORTSDIR}/security/libgpg-error
|
gpg-error:${PORTSDIR}/security/libgpg-error
|
||||||
|
RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
||||||
|
|
||||||
# autotool is in use for 5.1 builds
|
# autotool is in use for 5.1 builds
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
Loading…
Reference in a new issue