summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-02-24 15:58:05 +0000
committerdrochner <drochner>2005-02-24 15:58:05 +0000
commit45019575ddb0789766505dbb7dabd7686796369c (patch)
tree9f70f71b2dc57e3c6cd773f9ba17c96ed7089926 /x11/fltk/Makefile
parent1060a544d63ad228cd3cb2b7292196a0cf932985 (diff)
downloadpkgsrc-45019575ddb0789766505dbb7dabd7686796369c.tar.gz
update to 1.1.6
changes: - Documentation updates (STR #552, STR #608) - Added the 2.0 Fl_Widget::copy_label() method to allow FLTK 1.x applications to have their label strings managed by FLTK (STR #630) - Added Fl::delete_widget() method to safely delete widgets in callback methods (STR #629) +bugfixes
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r--x11/fltk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 6a4acdd0c36..ec9cde7c92d 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2004/10/21 08:29:45 adam Exp $
+# $NetBSD: Makefile,v 1.43 2005/02/24 15:58:05 drochner Exp $
-DISTNAME= fltk-1.1.5-source
+DISTNAME= fltk-1.1.6-source
PKGNAME= ${DISTNAME:S/-source//}
VERS= ${DISTNAME:S/fltk-//:S/-source//}
CATEGORIES= x11