aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2018-03-17 21:48:41 +0800
committerdbaio <dbaio@FreeBSD.org>2018-03-17 21:48:41 +0800
commit233db0de709810b74ad569565d79ef4d25cfa2f0 (patch)
treeb574923a3dae1272f22501a55431532df9827b37 /benchmarks
parent2b4cefe08fd6df53d4b69e34b8e8dc0c2fe5685e (diff)
downloadfreebsd-ports-gnome-233db0de709810b74ad569565d79ef4d25cfa2f0.tar.gz
freebsd-ports-gnome-233db0de709810b74ad569565d79ef4d25cfa2f0.tar.zst
freebsd-ports-gnome-233db0de709810b74ad569565d79ef4d25cfa2f0.zip
benchmarks/flowgrind: Fix order of variables
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/flowgrind/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index 0eecec5e905b..729d0f450aca 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -3,8 +3,8 @@
PORTNAME= flowgrind
PORTVERSION= 0.8.0
-PORTREVISION= 2
DISTVERSIONPREFIX= ${PORTNAME}-
+PORTREVISION= 2
CATEGORIES= benchmarks
MAINTAINER= dbaio@FreeBSD.org
@@ -19,9 +19,10 @@ LIB_DEPENDS= libgsl.so:math/gsl \
libwwwxml.so:www/libwww \
libuuid.so:misc/e2fsprogs-libuuid
+USES= autoreconf ssl
+
USE_GITHUB= yes
-USES= autoreconf ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"