svn commit: r355693 - in head: finance/aqbanking french/dico

Martin Wilke miwi at FreeBSD.org
Thu May 29 12:05:21 UTC 2014


Author: miwi
Date: Thu May 29 12:05:20 2014
New Revision: 355693
URL: http://svnweb.freebsd.org/changeset/ports/355693
QAT: https://qat.redports.org/buildarchive/r355693/

Log:
  - Convert gmake to USES
  
  Approved by:	portmgr

Modified:
  head/finance/aqbanking/Makefile
  head/french/dico/Makefile

Modified: head/finance/aqbanking/Makefile
==============================================================================
--- head/finance/aqbanking/Makefile	Thu May 29 12:01:35 2014	(r355692)
+++ head/finance/aqbanking/Makefile	Thu May 29 12:05:20 2014	(r355693)
@@ -15,9 +15,8 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	libgwenhywfar.so:${PORTSDIR}/devel/gwenhywfar \
 		libgmp.so:${PORTSDIR}/math/gmp
 
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
-USES=		pathfix pkgconfig gettext
+USES=		pathfix pkgconfig gettext gmake
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-release="yes"

Modified: head/french/dico/Makefile
==============================================================================
--- head/french/dico/Makefile	Thu May 29 12:01:35 2014	(r355692)
+++ head/french/dico/Makefile	Thu May 29 12:05:20 2014	(r355693)
@@ -19,7 +19,7 @@ BROKEN_WWW=	http://www.montefiore.ulg.ac
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_AUTOTOOLS=	automake14 autoconf
 CONFIGURE_ARGS=	--mandir=${PREFIX}/man
-USE_GMAKE=	true
+USES=		gmake
 AUTOMAKE_ARGS=	--add-missing --foreign --include-deps
 MAKE_ARGS=	prefix=${PREFIX}
 MAN1=		dico.1


More information about the svn-ports-all mailing list