diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/super-smack/Makefile | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) | |
download | ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.tar.gz ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.zip |
Notes
Diffstat (limited to 'benchmarks/super-smack/Makefile')
-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 589642d6f0e4..6c5d164b2fca 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFAULT= MYSQL PGSQL_DESC= Enable PostgreSQL support MYSQL_DESC= Enable MySQL support +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} |