aboutsummaryrefslogtreecommitdiffstats
path: root/www/elinks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r--www/elinks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index fe5b61ef00f2..43e7cbe28b0f 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -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