From 7a65453d75961230675c2d50b34805f1012950ae Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sat, 17 Mar 2018 13:48:41 +0000 Subject: [PATCH] benchmarks/flowgrind: Fix order of variables --- benchmarks/flowgrind/Makefile | 5 +++-- 1 file 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"