databases/postgresql12-pltcl: suppress USE_TOOLS+=perl warning

This commit is contained in:
rillig 2020-05-18 05:07:00 +00:00
parent 69df641a0b
commit 42ea3dae35

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $
# $NetBSD: Makefile,v 1.4 2020/05/18 05:07:00 rillig Exp $
PKGNAME= ${DISTNAME:S/-/12-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@ -7,6 +7,7 @@ DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-
.include "../../databases/postgresql12/Makefile.common"
TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"