summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel O’Connor <darius@dons.net.au>2022-09-11 09:55:46 +0200
committerRainer Hurling <rhurlin@FreeBSD.org>2022-09-11 09:55:46 +0200
commitf8844bb5fba44238fd6f8a7c19aaa8bed08a156e (patch)
tree4d1b73939f9b5ccfa727c0f59b90069412824ae6
parentgraphics/poppler: bump port revision of consumers after upgrade to 22.09 (diff)
x11-toolkits/blt: Fix dead link in WWW
PR: 266353
-rw-r--r--x11-toolkits/blt/Makefile2
-rw-r--r--x11-toolkits/blt/pkg-descr2
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 15dfa1793482..b56f73534257 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= doconnor@gsoft.com.au
COMMENT= Extension to the Tk toolkit
-WWW= https://dev.pdqi.com/fossil/wize/doc/tip/Wize.Blt.html
+WWW= https://wiki.tcl-lang.org/page/BLT
LICENSE= MIT
diff --git a/x11-toolkits/blt/pkg-descr b/x11-toolkits/blt/pkg-descr
index 365caba195c6..e7df3fa41d7b 100644
--- a/x11-toolkits/blt/pkg-descr
+++ b/x11-toolkits/blt/pkg-descr
@@ -1,3 +1,5 @@
The BLT Toolkit is an extension to Tcl and Tk. It adds new commands
and widgets to the Tcl interpreter. Included widgets are 2D graph,
barchart, stripchart, tab notebook, and tree viewer.
+
+Note: This version is from the Wize project.