diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-26 23:38:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-26 23:38:59 +0000 |
commit | ff993c746fe2ad56061e13d1a2f84d3b1149d5f9 (patch) | |
tree | 784b7036e7a40a784226e16ab96432d441d88ddd /math/qalculate/Makefile | |
parent | 49eaa8ee29f180602b99429a6f398a97a7f6e6c6 (diff) | |
download | pkgsrc-ff993c746fe2ad56061e13d1a2f84d3b1149d5f9.tar.gz |
Fix PLIST, bump PKGREVISION, remove BROKEN_IN.
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 3a4a0007687..52d2cb98ae2 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/05/18 20:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/26 23:38:59 wiz Exp $ DISTNAME= libqalculate-0.9.3 PKGNAME= qalculate-0.9.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -10,8 +10,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://qalculate.sourceforge.net/ COMMENT= Qalculate is a modern multi-purpose desktop calculator -BROKEN_IN= pkgsrc-2006Q1 - USE_GNU_READLINE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |