diff options
author | augustss <augustss> | 2005-03-07 12:13:19 +0000 |
---|---|---|
committer | augustss <augustss> | 2005-03-07 12:13:19 +0000 |
commit | 8d447d43d839ec65d9aaa5d89f5ff0ff69725430 (patch) | |
tree | 273efaaa0705df63a29e4c010d55163c41f2562a /x11/wxhaskell/Makefile | |
parent | 47e36777c443d5e3fe5ad3b0adee3117efae481f (diff) | |
download | pkgsrc-8d447d43d839ec65d9aaa5d89f5ff0ff69725430.tar.gz |
Update to wxhaskell 0.9. From the release blurb:
* This new release has support for the printing and much improved
* support for processes and the grid control.
Diffstat (limited to 'x11/wxhaskell/Makefile')
-rw-r--r-- | x11/wxhaskell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 1e3805d0d15..6308909c725 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/12/25 21:20:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/07 12:13:19 augustss Exp $ -DISTNAME= wxhaskell-src-0.8 +DISTNAME= wxhaskell-src-0.9 PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxhaskell/} |