diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-03-30 12:23:39 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-03-30 12:23:39 +0000 |
commit | 02a719e5ef5a04fea3006f9ad321502ef080a575 (patch) | |
tree | 7e28b79f2ba6c07106a1642168c72124d236ddf6 /x11-toolkits | |
parent | 1f147c40dd269a41cb76f1f6c7c1bc7d7f14a8fe (diff) | |
download | ports-02a719e5ef5a04fea3006f9ad321502ef080a575.tar.gz ports-02a719e5ef5a04fea3006f9ad321502ef080a575.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/blt/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 254c3c6dc1c3..161e4ded794b 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,7 +3,7 @@ PORTNAME= blt PORTVERSION= 2.5.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/wize DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -15,13 +15,14 @@ LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} -USES= gmake jpeg shebangfix tk:tea zip +USES= gmake jpeg shebangfix tk:tea xorg zip +USE_XORG+= x11 SHEBANG_FILES= demos/scripts/xcolors.tcl SHEBANG_LANG= bltwish bltwish_OLD_CMD=../bltwish bltwish_CMD= ${PREFIX}/bin/bltwish # installed by this port, so not LOCALBASE USE_LDCONFIG= yes -CFLAGS+= -I${TCL_INCLUDEDIR}/generic \ +CFLAGS+= -fPIC -I${TCL_INCLUDEDIR}/generic \ -I${TK_INCLUDEDIR}/generic \ -I${TK_INCLUDEDIR}/unix MAKE_JOBS_UNSAFE=yes diff --git a/x11-toolkits/blt/pkg-descr b/x11-toolkits/blt/pkg-descr index edd691b65b33..c2d5d7787511 100644 --- a/x11-toolkits/blt/pkg-descr +++ b/x11-toolkits/blt/pkg-descr @@ -2,4 +2,4 @@ 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. -WWW: http://pdqi.com/w/pw/pdqi/Wize/Wize +WWW: https://dev.pdqi.com/fossil/wize/doc/tip/Wize.Blt.html |