mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/linknx: Fix build with libesmtp 1.1.0
This commit is contained in:
parent
a855337651
commit
b5eca56f48
@ -18,6 +18,7 @@ LIB_DEPENDS= libpthsem.so:devel/pthsem
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone
|
||||
|
||||
USES= compiler gmake autoreconf pkgconfig
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"
|
||||
@ -32,6 +33,7 @@ LIBCURL_DESC= Install libcurl for Clickatell SMS support
|
||||
LIBLUA_DESC= Install liblua for scripting
|
||||
MYSQL_DESC= Install libmysql for logging & persist
|
||||
|
||||
LIBESMTP_CFLAGS= -lesmtp
|
||||
LIBESMTP_CONFIGURE_ENABLE= smtp
|
||||
LIBESMTP_LIB_DEPENDS= libesmtp.so:mail/libesmtp
|
||||
LIBCURL_CONFIGURE_WITH= libcurl
|
||||
|
Loading…
Reference in New Issue
Block a user