1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix a syntax error introduced on my last commit

This commit is contained in:
Renato Botelho 2013-10-07 09:59:52 +00:00
parent 6e33d623ae
commit 1496ff1625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329672

View File

@ -199,7 +199,7 @@ CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG}
#
.if exists(/usr/include/execinfo.h)
LDFLAGS+= -lexecinfo
.else if exists(${LOCALBASE}/include/execinfo.h)
.elif exists(${LOCALBASE}/include/execinfo.h)
LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
.endif