diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-01-08 07:51:22 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-01-08 07:51:22 +0000 |
commit | 9705c31a5462f47bdc3e777d5ebc0facc53df271 (patch) | |
tree | ef73b6f649eca3f723f7e1b619cad0b4b98f113f | |
parent | ffc48b1fd5cf2b03def970943c3c2a97f319af04 (diff) | |
download | pkgsrc-9705c31a5462f47bdc3e777d5ebc0facc53df271.tar.gz |
ce doesn't need ncurses in particular. Include curses.buildlink3.mk instead.
-rw-r--r-- | editors/ce-x11/Makefile | 4 | ||||
-rw-r--r-- | editors/ce/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile index bcc2b462f42..4dae3683636 100644 --- a/editors/ce-x11/Makefile +++ b/editors/ce-x11/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 "../ce/Makefile.common" @@ -16,5 +16,5 @@ INSTALL_TARGET= install-x11 man-install-x11 INSTALLATION_DIRS= bin man/man1 -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |