diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 09:00:15 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 09:00:15 +0000 |
commit | b3f95b0e35b44920caf8a234bf0a9b80104b4634 (patch) | |
tree | a682cc9d46cc0e41d0ad2c5e6334969995c75000 /benchmarks/flowgrind/Makefile | |
parent | 02fe5fe0ccd1c85834e1677e974bfca0e56f138c (diff) | |
download | ports-b3f95b0e35b44920caf8a234bf0a9b80104b4634.tar.gz ports-b3f95b0e35b44920caf8a234bf0a9b80104b4634.zip |
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
Notes
Notes:
svn path=/head/; revision=356065
Diffstat (limited to 'benchmarks/flowgrind/Makefile')
-rw-r--r-- | benchmarks/flowgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index ffb80ab6802d..a2d557562858 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \ libgsl.so:${PORTSDIR}/math/gsl \ libpcap.so.1:${PORTSDIR}/net/libpcap -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug |