diff options
Diffstat (limited to 'editors/notecase/Makefile')
-rw-r--r-- | editors/notecase/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index fb6e2b100a3..899916fef9b 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/04/07 17:47:12 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/05/15 19:18:06 drochner Exp $ # -DISTNAME= notecase-1.8.1_src -PKGNAME= notecase-1.8.1 -PKGREVISION= 1 +DISTNAME= notecase-1.8.8_src +PKGNAME= notecase-1.8.8 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/} @@ -11,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://notecase.sourceforge.net/ COMMENT= Hierarchical note manager -WRKSRC= ${WRKDIR}/notecase-1.8.1 +WRKSRC= ${WRKDIR}/notecase-1.8.8 USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgfmt pkg-config gsed TOOLS_PLATFORM.gsed= #empty, override nonsense in tools |