diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-17 15:47:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-17 15:47:34 +0000 |
commit | 48be84cccf223009ea346b17f58009ba14d0ec6a (patch) | |
tree | a4c7f6fb6ac2f5ff0ff1c61890e02b2262f0628a /databases | |
parent | d276a764ec4a0a83f54d02665277f442b3aec601 (diff) | |
download | pkgsrc-48be84cccf223009ea346b17f58009ba14d0ec6a.tar.gz |
Bump PKGREVISION due to Tcl dependency change in the previous commit.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index 94464a70369..7b0d922e90e 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/03/17 15:45:49 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/17 15:47:34 minskim Exp $ PKGNAME= postgresql-pltcl-${BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server |