diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-18 20:02:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-18 20:02:38 +0800 |
commit | 712b6e5da1a585f6c01c8519cf0fa1c9393d86d1 (patch) | |
tree | 9e8278e7e4b300a3b11c1a71c23be122922a37a1 /databases/xtrabackup | |
parent | 8437a026233e3a571a7a1bb34612e5d77678d4b6 (diff) | |
download | freebsd-ports-gnome-712b6e5da1a585f6c01c8519cf0fa1c9393d86d1.tar.gz freebsd-ports-gnome-712b6e5da1a585f6c01c8519cf0fa1c9393d86d1.tar.zst freebsd-ports-gnome-712b6e5da1a585f6c01c8519cf0fa1c9393d86d1.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'databases/xtrabackup')
-rw-r--r-- | databases/xtrabackup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index 34b8e9230325..73da5f81aede 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -25,9 +25,9 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USE_AUTOTOOLS= automake autoheader autoconf libtool aclocal +USE_AUTOTOOLS= automake autoheader autoconf aclocal libtoolize # MySQL 5.5 using CMAKE -USES= cmake iconv gettext gmake perl5 +USES= cmake iconv gettext gmake libtool perl5 MASTER_SITE_SUBDIR= XtraBackup/XtraBackup-${PORTVERSION}/source/ |