diff options
Diffstat (limited to 'databases/postgresql96-plpython/Makefile')
-rw-r--r-- | databases/postgresql96-plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile index e4373dcf6c7..45be4d9668a 100644 --- a/databases/postgresql96-plpython/Makefile +++ b/databases/postgresql96-plpython/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2020/08/31 18:07:13 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2020/11/05 09:07:48 ryoon Exp $ PKGNAME= ${DISTNAME:S/-/96-plpython-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server |