diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:09:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:09:24 +0800 |
commit | 8350bf809c3947393ef0ede7b616ef489de79606 (patch) | |
tree | da7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/sipp | |
parent | 216ddc419baa671bdc18a793418729537600d99b (diff) | |
download | freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.tar.gz freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.tar.zst freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.zip |
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
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} |