1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build when REDIS option selected.

This commit is contained in:
Cy Schubert 2015-03-11 01:45:52 +00:00
parent 39484d51f9
commit 8515d9603a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380969

View File

@ -3,7 +3,7 @@
PORTNAME= syslog-ng
PORTVERSION= 3.6.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
DISTFILES= syslog-ng_${DISTVERSION}.tar.gz
@ -92,7 +92,7 @@ CONFIGURE_ARGS+= --disable-geoip
.endif
.if ${PORT_OPTIONS:MREDIS}
CONFIGURE_ARGS+= --enable-redis
CONFIGURE_ARGS+= --enable-redis --with-libhiredis=${LOCALBASE}/lib
LIB_DEPENDS+= libhiredis.so:${PORTSDIR}/databases/hiredis
PLIST_FILES+= lib/syslog-ng/libredis.so
.else