diff options
Diffstat (limited to 'devel/kiwix-lib')
-rw-r--r-- | devel/kiwix-lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/kiwix-lib/Makefile b/devel/kiwix-lib/Makefile index 30f3346aef0f..1eff805688d2 100644 --- a/devel/kiwix-lib/Makefile +++ b/devel/kiwix-lib/Makefile @@ -33,6 +33,7 @@ GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE} CPPFLAGS+= -I${WRKSRC_mustache} CXXFLAGS+= -I${WRKSRC_mustache} +LDFLAGS+= -lz SHEBANG_FILES= scripts/kiwix-compile-resources PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//} |