Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 21:37:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347693 - head/net/daq
Message-ID:  <201403092137.s29LbxwY068566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  9 21:37:59 2014
New Revision: 347693
URL: http://svnweb.freebsd.org/changeset/ports/347693
QAT: https://qat.redports.org/buildarchive/r347693/

Log:
  - Use USES=gmake
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/daq/Makefile

Modified: head/net/daq/Makefile
==============================================================================
--- head/net/daq/Makefile	Sun Mar  9 21:25:46 2014	(r347692)
+++ head/net/daq/Makefile	Sun Mar  9 21:37:59 2014	(r347693)
@@ -18,9 +18,8 @@ LIB_DEPENDS=	libdnet.so:${PORTSDIR}/net/
 BUILD_DEPENDS=	flex:${PORTSDIR}/textproc/flex
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USES=		bison
+USES=		bison gmake
 USE_AUTOTOOLS=	libtool
 MAKE_JOBS_UNSAFE=	yes
 



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