summaryrefslogtreecommitdiff
path: root/x11/fltk2
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fltk2')
-rw-r--r--x11/fltk2/DESCR4
-rw-r--r--x11/fltk2/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/fltk2/DESCR b/x11/fltk2/DESCR
index afa3fcb6d90..f600ff15836 100644
--- a/x11/fltk2/DESCR
+++ b/x11/fltk2/DESCR
@@ -4,4 +4,6 @@ modular enough to be statically linked, but also works fine as a shared
library. FLTK also includes FLUID, an interactive user interface builder
program.
-FLTK2 is the next generation of FLTK and still in very active development.
+FLTK 2.0 is an experimental branch and has been declared inactive,
+superceded by 3.0.
+
diff --git a/x11/fltk2/Makefile b/x11/fltk2/Makefile
index 69e2f6be247..088738f9be3 100644
--- a/x11/fltk2/Makefile
+++ b/x11/fltk2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2012/10/29 05:06:12 asau Exp $
+# $NetBSD: Makefile,v 1.13 2012/11/05 15:24:12 gdt Exp $
VERS= 6129
-PKGREVISION= 6
+PKGREVISION= 7
DISTNAME= fltk-2.0.x-r${VERS}
PKGNAME= fltk2-2.0pre${VERS}
CATEGORIES= x11