svn commit: r365281 - head/databases/xtrabackup

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 18 12:02:38 UTC 2014


Author: amdmi3
Date: Mon Aug 18 12:02:38 2014
New Revision: 365281
URL: http://svnweb.freebsd.org/changeset/ports/365281
QAT: https://qat.redports.org/buildarchive/r365281/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/databases/xtrabackup/Makefile

Modified: head/databases/xtrabackup/Makefile
==============================================================================
--- head/databases/xtrabackup/Makefile	Mon Aug 18 12:02:07 2014	(r365280)
+++ head/databases/xtrabackup/Makefile	Mon Aug 18 12:02:38 2014	(r365281)
@@ -25,9 +25,9 @@ RUN_DEPENDS=	p5-DBD-mysql>=0:${PORTSDIR}
 		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/
 


More information about the svn-ports-all mailing list