diff options
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index c8fe9563a46..5693848a887 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.54 2006/01/22 11:11:34 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2006/02/05 23:11:32 joerg Exp $ DISTNAME= fltk-1.1.7-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \ ftp://ftp2.easysw.com/pub/fltk/${VERS}/ \ |