1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Add missing '\'.

Submitted by:	Anatoly Borodin
Pointyhat to:	itetcu@
This commit is contained in:
Ion-Mihai Tetcu 2009-06-11 15:58:18 +00:00
parent f1f56e65fc
commit 64b8bb1856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235587

View File

@ -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