Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 15:54:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382603 - head/security/yara
Message-ID:  <201503291554.t2TFsITG087102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 29 15:54:17 2015
New Revision: 382603
URL: https://svnweb.freebsd.org/changeset/ports/382603
QAT: https://qat.redports.org/buildarchive/r382603/

Log:
  Convert to USES=autoreconf

Modified:
  head/security/yara/Makefile

Modified: head/security/yara/Makefile
==============================================================================
--- head/security/yara/Makefile	Sun Mar 29 15:28:05 2015	(r382602)
+++ head/security/yara/Makefile	Sun Mar 29 15:54:17 2015	(r382603)
@@ -14,9 +14,7 @@ GH_COMMIT=	85e913e
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
+USES=		autoreconf libtool
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503291554.t2TFsITG087102>