Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 17:55:29 +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: r393956 - head/security/razorback-virusTotal
Message-ID:  <201508111755.t7BHtTAt056485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 11 17:55:29 2015
New Revision: 393956
URL: https://svnweb.freebsd.org/changeset/ports/393956

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-virusTotal/Makefile

Modified: head/security/razorback-virusTotal/Makefile
==============================================================================
--- head/security/razorback-virusTotal/Makefile	Tue Aug 11 17:55:22 2015	(r393955)
+++ head/security/razorback-virusTotal/Makefile	Tue Aug 11 17:55:29 2015	(r393956)
@@ -22,8 +22,7 @@ RUN_DEPENDS=	razorback-masterNugget>=0.5
 
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
-USES=		libtool pkgconfig
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf libtool pkgconfig
 USE_LDCONFIG=	${RB_LIBDIR}
 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?201508111755.t7BHtTAt056485>