Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2015 16:29:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397512 - head/benchmarks/iorate
Message-ID:  <201509211629.t8LGTum4007905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Sep 21 16:29:56 2015
New Revision: 397512
URL: https://svnweb.freebsd.org/changeset/ports/397512

Log:
  benchmarks/iorate: USES+=alias to fix build on DragonFly

Modified:
  head/benchmarks/iorate/Makefile

Modified: head/benchmarks/iorate/Makefile
==============================================================================
--- head/benchmarks/iorate/Makefile	Mon Sep 21 16:03:54 2015	(r397511)
+++ head/benchmarks/iorate/Makefile	Mon Sep 21 16:29:56 2015	(r397512)
@@ -10,7 +10,7 @@ EXTRACT_SUFX=	.tar
 MAINTAINER=	blttll@gmail.com
 COMMENT=	General purpose storage I/O benchmarking tool
 
-USES=		bison
+USES=		alias bison
 MAKEFILE=	makefile
 MAKE_ARGS=	CC="${CC}"
 NO_WRKSUBDIR=	yes



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