summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-11-17 08:51:11 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-11-17 09:00:39 +0100
commitc08875b23f3e80f11edee8479b293a2bf5cd1113 (patch)
tree36345778af89090dea4d2ee6fc1b80547a2389cf
parentaudio/cheesecutter: Fix version number going backwards (diff)
www/elinks: fix another leftover from meson migration
meson is not aware of the LIBS variable while it knows about LDFLAGS.
-rw-r--r--www/elinks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index 320097115d5d..e9c840823ab1 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= xmlto:textproc/xmlto
USE_GITHUB= yes
GH_ACCOUNT= rkd77
-LIBS+= -lexecinfo
+LDFLAGS+= -lexecinfo
MESON_ARGS= -Dgpm=false -Dperl=true
OPTIONS_DEFINE= 256COLORS 88COLORS TRUECOLORS BITTORRENT BROTLI EXMODE \