diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:09:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:09:24 +0000 |
commit | f811bf8ec54bdf5c145f71aa36f4abe1eec95678 (patch) | |
tree | da7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/sipp | |
parent | 5163781803124a083a6fdae72fd2235faf64ac0c (diff) | |
download | ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.tar.gz ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.zip |
Notes
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 6e6569fcf417..2a333d271312 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 PLIST_FILES= bin/sipp MAN1= sipp.1 -USE_GMAKE= yes +USES= gmake CPP= ${CXX} MAKE_ENV+= CCLINK="${CXX}" CPPFLAGS+= ${CXXFLAGS} |