summaryrefslogtreecommitdiff
path: root/databases/tk-postgresql
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/tk-postgresql
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/tk-postgresql')
-rw-r--r--databases/tk-postgresql/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/databases/tk-postgresql/Makefile b/databases/tk-postgresql/Makefile
index 7be8c7663ab..0cd50e60790 100644
--- a/databases/tk-postgresql/Makefile
+++ b/databases/tk-postgresql/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2004/03/08 20:27:14 minskim Exp $
+# $NetBSD: Makefile,v 1.19 2004/03/17 15:45:49 minskim Exp $
PKGNAME= tk-postgresql-${BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Tk interface to PostgreSQL
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../postgresql/Makefile.common"
@@ -26,8 +26,9 @@ post-install:
${GTAR} zxCf ${PREFIX}/man ${WRKSRC}/doc/man.tar.gz \
`${SED} -e "s|#.*||" ${FILESDIR}/man.tk`
-.include "../postgresql-lib/buildlink2.mk"
-.include "../tcl-postgresql/buildlink2.mk"
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../databases/postgresql-lib/buildlink3.mk"
+.include "../../databases/tcl-postgresql/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"