diff options
Diffstat (limited to 'databases/postgresql12-pltcl')
-rw-r--r-- | databases/postgresql12-pltcl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql12-pltcl/Makefile b/databases/postgresql12-pltcl/Makefile index c4f82afa999..dd84926c69c 100644 --- a/databases/postgresql12-pltcl/Makefile +++ b/databases/postgresql12-pltcl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/01/18 21:49:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $ -PKGNAME= ${DISTNAME:C/-/12-pltcl-/} -PKGREVISION= 1 +PKGNAME= ${DISTNAME:S/-/12-pltcl-/} COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server |