summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhauke <hauke>2017-02-20 15:03:50 +0000
committerhauke <hauke>2017-02-20 15:03:50 +0000
commit24d18ca32731fa3c8d958bb731cc1a18e35d5f69 (patch)
treeff202a7a28c73326078c2d028f010ef9fb0b8e67 /math
parent7b798868266a5facbc1d03b21dbedace63cdd58f (diff)
downloadpkgsrc-24d18ca32731fa3c8d958bb731cc1a18e35d5f69.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"