tcl-xapian: fix build, missed in recent xapian update.

This commit is contained in:
schmonz 2023-11-07 22:35:50 +00:00
parent 46b476f1d3
commit e152bd70f2
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2017/07/10 17:34:04 schmonz Exp $
# $NetBSD: Makefile,v 1.2 2023/11/07 22:35:50 schmonz Exp $
PKGNAME= tcl-${PKGNAME_MODULE}
COMMENT= Tcl bindings for Xapian search engine
@ -7,6 +7,7 @@ HOMEPAGE= https://xapian.org/docs/bindings/tcl8/
.include "../../lang/tcl/Makefile.version"
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ENV+= TCL_LIB=${PREFIX:Q}/lib/tcl
REPLACE_INTERPRETER= tcl
REPLACE.tcl.old= /usr/bin/env tclsh