summaryrefslogtreecommitdiff
path: root/sysutils/cpmtools
diff options
context:
space:
mode:
authorroy <roy>2017-01-03 21:50:53 +0000
committerroy <roy>2017-01-03 21:50:53 +0000
commitcf5cd72f250d44fd2ca0b3789289727e68647716 (patch)
tree5d8c305ac5ae7253d77d130edc92fa505ab01cbc /sysutils/cpmtools
parent2376537b79dcc5612a93b527d432d6879c320b0b (diff)
downloadpkgsrc-cf5cd72f250d44fd2ca0b3789289727e68647716.tar.gz
Use the curses framework.
Diffstat (limited to 'sysutils/cpmtools')
-rw-r--r--sysutils/cpmtools/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/cpmtools/Makefile b/sysutils/cpmtools/Makefile
index 92a6062b16c..e4a085777d5 100644
--- a/sysutils/cpmtools/Makefile
+++ b/sysutils/cpmtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/08/18 07:31:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/03 22:46:53 roy Exp $
#
DISTNAME= cpmtools-2.13
@@ -17,5 +17,7 @@ CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share/cpmtools
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
INSTALLATION_DIRS+= bin share/cpmtools ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-.include "../../devel/ncurses/buildlink3.mk"
+# I have no idea why this even wants to link against curses as it appears
+# to use neither curses, terminfo or termcap.
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"