summaryrefslogtreecommitdiff
path: root/databases/postgresql-pltcl
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-17 15:45:49 +0000
committerminskim <minskim@pkgsrc.org>2004-03-17 15:45:49 +0000
commitd276a764ec4a0a83f54d02665277f442b3aec601 (patch)
tree89f8b43909a1d7427279d759fdee35c6ca722939 /databases/postgresql-pltcl
parentf76b0df5326782eb7233a8bdd56591fb661f9ce7 (diff)
downloadpkgsrc-d276a764ec4a0a83f54d02665277f442b3aec601.tar.gz
Switch to Tcl/Tk 8.4 and bl3ify tcl-postgresql, tk-postgresql, and
postgresql-pltcl. Closes PR pkg/24816 and pkg/24817.
Diffstat (limited to 'databases/postgresql-pltcl')
-rw-r--r--databases/postgresql-pltcl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile
index e12ddfa7034..94464a70369 100644
--- a/databases/postgresql-pltcl/Makefile
+++ b/databases/postgresql-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/08 19:52:50 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/17 15:45:49 minskim Exp $
PKGNAME= postgresql-pltcl-${BASE_VERS}
PKGREVISION= 1
@@ -6,7 +6,7 @@ COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../postgresql/Makefile.common"
@@ -18,7 +18,7 @@ TCLSH= ${LOCALBASE}/bin/tclsh
BUILD_DIRS= ${WRKSRC}/src/pl/tcl
-.include "../postgresql-lib/buildlink2.mk"
-.include "../../lang/tcl83/buildlink2.mk"
+.include "../postgresql-lib/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"