1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix build with SASL option.

PR:		ports/190057
This commit is contained in:
Tijl Coosemans 2014-05-21 15:49:26 +00:00
parent 2db66c87ab
commit 2c083b6d7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354753

View File

@ -20,6 +20,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
--enable-static \
--disable-nm
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install-strip
.if !defined(PIDGIN_SLAVE)