summaryrefslogtreecommitdiff
path: root/benchmarks/super-smack
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-11 15:58:18 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-11 15:58:18 +0000
commit64b8bb185666384c7dc2f278bccdf017199a28ed (patch)
tree32adb0449db918f3e1808f8ac813925f2a4b2b70 /benchmarks/super-smack
parentExplicitly set LATEST_LINK to not clash with net-p2p/dcd (diff)
Add missing '\'.
Submitted by: Anatoly Borodin Pointyhat to: itetcu@
Notes
Notes: svn path=/head/; revision=235587
Diffstat (limited to 'benchmarks/super-smack')
-rw-r--r--benchmarks/super-smack/Makefile2
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