summaryrefslogtreecommitdiff
path: root/databases/postgresql95-pltcl
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-12 15:53:17 +0000
committerrillig <rillig@pkgsrc.org>2020-05-12 15:53:17 +0000
commit48a30daaf3acdb19308cae7218d982dd522348df (patch)
tree1162d520863ede44a8219eb4ae714bdea57abbad /databases/postgresql95-pltcl
parent23cad691f5ddf6ffe0155adf066265cddd1b6c28 (diff)
downloadpkgsrc-48a30daaf3acdb19308cae7218d982dd522348df.tar.gz
databases/postgresql*: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'databases/postgresql95-pltcl')
-rw-r--r--databases/postgresql95-pltcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql95-pltcl/Makefile b/databases/postgresql95-pltcl/Makefile
index 51e4ffdd8e1..7c452adb12f 100644
--- a/databases/postgresql95-pltcl/Makefile
+++ b/databases/postgresql95-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/12 15:53:19 rillig Exp $
PKGNAME= ${DISTNAME:S/-/95-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-
.include "../../databases/postgresql95/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH="${TCLSH}"