Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 17:17:38 +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: r401581 - head/security/razorback-officeCat
Message-ID:  <201511141717.tAEHHcmR082766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Nov 14 17:17:38 2015
New Revision: 401581
URL: https://svnweb.freebsd.org/changeset/ports/401581

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-officeCat/Makefile

Modified: head/security/razorback-officeCat/Makefile
==============================================================================
--- head/security/razorback-officeCat/Makefile	Sat Nov 14 16:45:10 2015	(r401580)
+++ head/security/razorback-officeCat/Makefile	Sat Nov 14 17:17:38 2015	(r401581)
@@ -22,20 +22,19 @@ BUILD_DEPENDS=	razorback-masterNugget>=0
 RUN_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget \
 		wine:${PORTSDIR}/emulators/wine
 
-USES=		pkgconfig libtool
+USES=		autoreconf libtool pkgconfig
 
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	only supported under i386 due to wine requirements
 
-OPTIONS_DEFINE=	DEBUG ASSERT
-ASSERT_DESC=	Enable Asserts
-
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
 USE_LDCONFIG=	${RB_LIBDIR}
 INSTALL_TARGET=	install-strip
 
+OPTIONS_DEFINE=	DEBUG ASSERT
+ASSERT_DESC=	Enable Asserts
+
 DEBUG_CONFIGURE_ENABLE=	debug
 ASSERT_CONFIGURE_ENABLE=assert
 



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