Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 19:20:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393890 - head/security/razorback-fileInject
Message-ID:  <201508101920.t7AJKY67092198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 10 19:20:33 2015
New Revision: 393890
URL: https://svnweb.freebsd.org/changeset/ports/393890

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-fileInject/Makefile

Modified: head/security/razorback-fileInject/Makefile
==============================================================================
--- head/security/razorback-fileInject/Makefile	Mon Aug 10 19:20:27 2015	(r393889)
+++ head/security/razorback-fileInject/Makefile	Mon Aug 10 19:20:33 2015	(r393890)
@@ -21,8 +21,7 @@ LIB_DEPENDS=	librazorback_api.so:${PORTS
 OPTIONS_DEFINE=	DEBUG ASSERT
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig libtool
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf pkgconfig libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



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