diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:39:11 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:39:11 +0000 |
commit | 6cb33ed1c4afb692f72f19a11ded90bdd8cf7989 (patch) | |
tree | 897970a827c6f85ba80f71e9dc888b18fc7d9da4 /benchmarks/super-smack/Makefile | |
parent | - Remove dead WWW link from pkg-descr (diff) |
- Fix build on 4.x
PR: 90463
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=151319
Diffstat (limited to '')
-rw-r--r-- | benchmarks/super-smack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index dc2ef20e6f46..13d54c86c8b8 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -15,6 +15,7 @@ COMMENT= A benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} +USE_GETOPT_LONG= yes OPTIONS= MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off |