svn commit: r333175 - head/net/hsflowd

Ryan Steinmetz zi at FreeBSD.org
Fri Nov 8 01:33:20 UTC 2013


Author: zi
Date: Fri Nov  8 01:33:19 2013
New Revision: 333175
URL: http://svnweb.freebsd.org/changeset/ports/333175

Log:
  - Fix build on boxes with bmake

Modified:
  head/net/hsflowd/Makefile

Modified: head/net/hsflowd/Makefile
==============================================================================
--- head/net/hsflowd/Makefile	Fri Nov  8 01:28:37 2013	(r333174)
+++ head/net/hsflowd/Makefile	Fri Nov  8 01:33:19 2013	(r333175)
@@ -10,6 +10,7 @@ MASTER_SITES=	SF/host-sflow/Latest/ \
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	Agent that exports metrics using the sFlow protocol
 
+USES=		fmake
 SUB_FILES=	pkg-message
 USE_RC_SUBR=	${PORTNAME}
 MAKE_ENV=	BINDIR=${PREFIX}/sbin INITDIR=${PREFIX}/etc/rc.d \


More information about the svn-ports-all mailing list