summaryrefslogtreecommitdiff
path: root/editors/ce
diff options
context:
space:
mode:
authorroy <roy>2013-10-09 08:55:44 +0000
committerroy <roy>2013-10-09 08:55:44 +0000
commit07e465eecff8f42dabdd0f1a1f9a117d8ecbad03 (patch)
tree5f0fab045db7e90ef4613cf848f25bface98827c /editors/ce
parent922398a1f02df6a410c22616a531ba6475bdf8ca (diff)
downloadpkgsrc-07e465eecff8f42dabdd0f1a1f9a117d8ecbad03.tar.gz
ce requires termcap, not curses
Diffstat (limited to 'editors/ce')
-rw-r--r--editors/ce/Makefile4
-rw-r--r--editors/ce/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/editors/ce/Makefile b/editors/ce/Makefile
index f8bf054d38b..db8b7fc0593 100644
--- a/editors/ce/Makefile
+++ b/editors/ce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 11:43:31 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/10/09 08:55:44 roy Exp $
#
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -18,5 +18,5 @@ INSTALL_TARGET= install man-install
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common
index 07e4aa855b0..4bf42886676 100644
--- a/editors/ce/Makefile.common
+++ b/editors/ce/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2013/06/12 12:35:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2013/10/09 08:55:44 roy Exp $
DISTNAME= ce-${VERSION}
VERSION= 4.6
@@ -15,7 +15,6 @@ MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-ce-malloc
-CONFIGURE_ARGS+= --with-curses
PATCHDIR= ${.CURDIR}/../ce/patches
DISTINFO_FILE= ${.CURDIR}/../ce/distinfo