diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-11 15:58:18 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-11 15:58:18 +0000 |
commit | 64b8bb185666384c7dc2f278bccdf017199a28ed (patch) | |
tree | 32adb0449db918f3e1808f8ac813925f2a4b2b70 /benchmarks/super-smack | |
parent | f1f56e65fc5054838460d8d3298acb666f211ac4 (diff) | |
download | ports-64b8bb185666384c7dc2f278bccdf017199a28ed.tar.gz ports-64b8bb185666384c7dc2f278bccdf017199a28ed.zip |
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 df4818fd4bb6..1e613bef8f9b 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--with-mysql \ .if defined(WITH_POSTGRESQL) USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql \ - --with-pgsql-include=${LOCALBASE}/include + --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib .endif |