Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 19:53:51 +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: r393898 - head/security/razorback-clamavNugget
Message-ID:  <201508101953.t7AJrpYg007622@repo.freebsd.org>

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

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-clamavNugget/Makefile

Modified: head/security/razorback-clamavNugget/Makefile
==============================================================================
--- head/security/razorback-clamavNugget/Makefile	Mon Aug 10 19:53:45 2015	(r393897)
+++ head/security/razorback-clamavNugget/Makefile	Mon Aug 10 19:53:50 2015	(r393898)
@@ -21,10 +21,9 @@ LIB_DEPENDS=	librazorback_api.so:${PORTS
 BUILD_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
 RUN_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
 
-USES=		libtool pkgconfig
+USES=		autoreconf libtool pkgconfig
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
 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?201508101953.t7AJrpYg007622>