aboutsummaryrefslogtreecommitdiffstats
path: root/www/elinks/Makefile
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2013-10-07 17:59:52 +0800
committergarga <garga@FreeBSD.org>2013-10-07 17:59:52 +0800
commit9f6519ba210281782ce37008cbd1ee88c44dd5d8 (patch)
tree5b05d27f88adfa74c8467c4e4eb44ba588dbcc48 /www/elinks/Makefile
parentcdca06fce6a83132dc606f1d780152e2d30e3dd6 (diff)
downloadfreebsd-ports-gnome-9f6519ba210281782ce37008cbd1ee88c44dd5d8.tar.gz
freebsd-ports-gnome-9f6519ba210281782ce37008cbd1ee88c44dd5d8.tar.zst
freebsd-ports-gnome-9f6519ba210281782ce37008cbd1ee88c44dd5d8.zip
Fix a syntax error introduced on my last commit
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