svn commit: r347693 - head/net/daq

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 9 21:37:59 UTC 2014


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
 


More information about the svn-ports-head mailing list