summaryrefslogtreecommitdiff
path: root/editors/ce
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-01-08 07:51:22 +0000
committerschmonz <schmonz@pkgsrc.org>2005-01-08 07:51:22 +0000
commitf6a540cad4ff243734638932c260c2d29ce1940b (patch)
treeef73b6f649eca3f723f7e1b619cad0b4b98f113f /editors/ce
parenta77a26703b74365e6a22c7883afdacbd8637184f (diff)
downloadpkgsrc-f6a540cad4ff243734638932c260c2d29ce1940b.tar.gz
ce doesn't need ncurses in particular. Include curses.buildlink3.mk instead.
Diffstat (limited to 'editors/ce')
-rw-r--r--editors/ce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ce/Makefile b/editors/ce/Makefile
index 32bb376a83a..9b93de26afd 100644
--- a/editors/ce/Makefile
+++ b/editors/ce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/01/08 07:46:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/08 07:51:22 schmonz Exp $
#
.include "Makefile.common"
@@ -14,5 +14,5 @@ INSTALL_TARGET= install man-install
INSTALLATION_DIRS= bin man/man1
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"