diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-18 05:07:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-18 05:07:00 +0000 |
commit | e399532e4426359b70f1e69402f18bbdfd891ca1 (patch) | |
tree | dc09bd70e1dc3980c94173524522750c308d23be /databases | |
parent | fb0e02c83f40f01dd382f2617aa30f93cc098bda (diff) | |
download | pkgsrc-e399532e4426359b70f1e69402f18bbdfd891ca1.tar.gz |
databases/postgresql12-pltcl: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql12-pltcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql12-pltcl/Makefile b/databases/postgresql12-pltcl/Makefile index dd84926c69c..24eb4cf8413 100644 --- a/databases/postgresql12-pltcl/Makefile +++ b/databases/postgresql12-pltcl/Makefile @@ -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}" |