diff options
-rw-r--r-- | x11-toolkits/blt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/blt/pkg-descr | 2 |
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. |