databases/postgresql12-pltcl: suppress USE_TOOLS+=perl warning
This commit is contained in:
parent
69df641a0b
commit
42ea3dae35
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue