diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-06 09:50:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-06 09:50:50 +0000 |
commit | 318a437ebd43b5b9abb599d45e74e51edc850c85 (patch) | |
tree | 381d3deab4716e0a994d2429fa526718bfd6c96b /benchmarks/bonnie++ | |
parent | 325d7d2c22d430acf96764379f3701a629e8dca2 (diff) |
Replace USE_GCC=yes (introduced in r332956) by USE_GCC=any as base Gcc is
sufficient to build bonnie++
PR: ports/184509
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Notes
Notes:
svn path=/head/; revision=335728
Diffstat (limited to 'benchmarks/bonnie++')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 050fdcddea28..ff087318092a 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -3,7 +3,7 @@ PORTNAME= bonnie++ PORTVERSION= 1.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/ EXTRACT_SUFX= .tgz @@ -14,7 +14,7 @@ COMMENT= Performance Test of Filesystem I/O LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GCC= yes +USE_GCC= any USES= shebangfix SHEBANG_FILES= bon_csv2txt.in |