diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/xtrabackup | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'databases/xtrabackup')
-rw-r--r-- | databases/xtrabackup/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index da449d173d30..7b05bd1a8c88 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -14,15 +14,15 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING # quilt is required by build.sh -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - cmake:${PORTSDIR}/devel/cmake \ - bison:${PORTSDIR}/devel/bison \ - xxd:${PORTSDIR}/editors/vim-lite -LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libgpg-error.so:${PORTSDIR}/security/libgpg-error -RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ - qpress:${PORTSDIR}/archivers/qpress +BUILD_DEPENDS= bash:shells/bash \ + cmake:devel/cmake \ + bison:devel/bison \ + xxd:editors/vim-lite +LIB_DEPENDS= libev.so:devel/libev \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error +RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ + qpress:archivers/qpress # autotool is in use for 5.1 builds USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix |