svn commit: r329672 - head/www/elinks
Renato Botelho
garga at FreeBSD.org
Mon Oct 7 09:59:53 UTC 2013
Author: garga
Date: Mon Oct 7 09:59:52 2013
New Revision: 329672
URL: http://svnweb.freebsd.org/changeset/ports/329672
Log:
Fix a syntax error introduced on my last commit
Modified:
head/www/elinks/Makefile
Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile Mon Oct 7 09:33:24 2013 (r329671)
+++ head/www/elinks/Makefile Mon Oct 7 09:59:52 2013 (r329672)
@@ -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
More information about the svn-ports-head
mailing list