diff options
author | gdt <gdt> | 2012-11-05 15:24:12 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-11-05 15:24:12 +0000 |
commit | 2d2ff1c36054ed9aa2cc9a950a2ee41be268dcba (patch) | |
tree | beaa62dd596af134b880c8592f52c83fc57c3cef /x11/fltk/Makefile | |
parent | eb0ca2092312f25ade4f8feaa25a0902610e6462 (diff) | |
download | pkgsrc-2d2ff1c36054ed9aa2cc9a950a2ee41be268dcba.tar.gz |
Explain which versions are crufty, normal, and bleeding edge.
(Thanks to Tim Larson for advice on wording.)
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 64b7c592787..3c50e4b51f8 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.77 2012/10/29 05:06:12 asau Exp $ +# $NetBSD: Makefile,v 1.78 2012/11/05 15:24:12 gdt Exp $ DISTNAME= fltk-1.1.10-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://ftp.easysw.com/pub/fltk/${VERS}/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \ |