diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-25 16:38:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-25 16:38:06 +0000 |
commit | b7cc6c6cea228c17c8a39af6447496c067d469fb (patch) | |
tree | 9bd0d577d3df5f1a0b1c09d743fd00955b82d36b /x11/Xbae/Makefile | |
parent | 1026d9e43ff2ce3f13720605bcf786a7b3ce9392 (diff) | |
download | pkgsrc-b7cc6c6cea228c17c8a39af6447496c067d469fb.tar.gz |
update to 4.8.1
Recent changes:
Add XbaeGetVersionTxt(), XbaeGetVersionNum() to get the version number from the
(shared) library. Macros to get this at compile time are already in place.
Change version numbers to include the UPDATE number as well. Now 4.8.0 becomes
40800 (M * 10000 + m * 100 + u).
Xbae configuration :
--enable-xbae-24bit (enable 24-bit code in XbaeMatrix)
--enable-xbae-row-heights (allow rows to have variable height in
XbaeMatrix)
Xbae API : add XbaeMatrixSetRowHeight(), XbaeMatrixGetRowHeight(),
XbaeMatrixSetColumnWidth(), XbaeMatrixGetColumnWidth()
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r-- | x11/Xbae/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile index 30a9d4aa42f..8ac294091e2 100644 --- a/x11/Xbae/Makefile +++ b/x11/Xbae/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/02/12 03:59:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/25 16:38:06 drochner Exp $ # -DISTNAME= Xbae-4.7.1 +DISTNAME= Xbae-4.8.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ |