diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 10:42:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 10:42:11 +0000 |
commit | 88a143795b9227ef4773709a8e2372162c54a835 (patch) | |
tree | 3182fb44dad0c320cc37f70948c7d6de2ec8f326 /benchmarks/super-smack | |
parent | 9d17bde769942c8318daad52f09326c960af0d60 (diff) |
Notes
Diffstat (limited to 'benchmarks/super-smack')
-rw-r--r-- | benchmarks/super-smack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index 7669dc990d99..53ee03b052fa 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-mysql \ .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+=--with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib |