diff options
| author | rillig <rillig@pkgsrc.org> | 2020-05-18 05:06:19 +0000 |
|---|---|---|
| committer | rillig <rillig@pkgsrc.org> | 2020-05-18 05:06:19 +0000 |
| commit | fb0e02c83f40f01dd382f2617aa30f93cc098bda (patch) | |
| tree | a7f784d8203b7e3cf80100c18d3be353cb155922 /databases/postgresql12-plpython/Makefile | |
| parent | c4a532159b8683a3df49512148d710cd0f899b98 (diff) | |
| download | pkgsrc-fb0e02c83f40f01dd382f2617aa30f93cc098bda.tar.gz | |
databases/postgresql12-plpython: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'databases/postgresql12-plpython/Makefile')
| -rw-r--r-- | databases/postgresql12-plpython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql12-plpython/Makefile b/databases/postgresql12-plpython/Makefile index 63473ccc779..21b47c41245 100644 --- a/databases/postgresql12-plpython/Makefile +++ b/databases/postgresql12-plpython/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:06:19 rillig Exp $ PKGNAME= ${DISTNAME:S/-/12-plpython-/} COMMENT= PL/Python 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-python CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" BUILD_MAKE_FLAGS= PGXS=1 |
