diff options
author | roy <roy@pkgsrc.org> | 2013-10-09 08:55:44 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2013-10-09 08:55:44 +0000 |
commit | 07b1e1eb106f055607e6bf146e60a07f4957096a (patch) | |
tree | 5f0fab045db7e90ef4613cf848f25bface98827c /editors | |
parent | e896e9291bf63cd9586c2cb373ca0abb8bd0548e (diff) | |
download | pkgsrc-07b1e1eb106f055607e6bf146e60a07f4957096a.tar.gz |
ce requires termcap, not curses
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce-x11/Makefile | 4 | ||||
-rw-r--r-- | editors/ce/Makefile | 4 | ||||
-rw-r--r-- | editors/ce/Makefile.common | 3 |
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 |