summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2017-02-20 15:03:50 +0000
committerhauke <hauke@pkgsrc.org>2017-02-20 15:03:50 +0000
commit1345269331b106d82890d58e6b0581fb85dfefc7 (patch)
tree32abac8225df368d45f17b5106e7833a321c9e7d /math
parent17d67822de8ac33fd47798afbe01fe496e91cdc1 (diff)
downloadpkgsrc-1345269331b106d82890d58e6b0581fb85dfefc7.tar.gz
Newer versions of Teapot appear to expect a wide char capable ncurses.
While here, drop maintainership - I haven't used the thing in years, and definitely not since its conversion to a CMake build (of which I know nothing).
Diffstat (limited to 'math')
-rw-r--r--math/teapot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/teapot/Makefile b/math/teapot/Makefile
index 0c49a813ff0..dfbde2e683a 100644
--- a/math/teapot/Makefile
+++ b/math/teapot/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2015/08/18 07:31:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/20 15:03:50 hauke Exp $
DISTNAME= teapot-2.3.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www.syntax-k.de/projekte/teapot/
-MAINTAINER= hauke@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.syntax-k.de/projekte/teapot/
COMMENT= Curses based spread sheet program
LICENSE= gnu-gpl-v3
@@ -14,5 +14,5 @@ USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARGS+= -DENABLE_HELP=NO
-.include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"