summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/ce-x11/Makefile4
-rw-r--r--editors/ce/Makefile4
-rw-r--r--editors/ce/Makefile.common3
3 files changed, 5 insertions, 6 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile
index 901c874aee5..10069c6f743 100644
--- a/editors/ce-x11/Makefile
+++ b/editors/ce-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 11:43:31 asau Exp $
+# $NetBSD: Makefile,v 1.21 2013/10/09 08:55:44 roy Exp $
#
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -16,7 +16,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
BUILDLINK_DEPMETHOD.libXt?= build
-.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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