svn commit: r401581 - head/security/razorback-officeCat

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 14 17:17:40 UTC 2015


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
 


More information about the svn-ports-all mailing list