diff options
author | roy <roy@pkgsrc.org> | 2011-03-29 21:38:26 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2011-03-29 21:38:26 +0000 |
commit | 27534d567bbed2c72bd2354b07418df8b7916928 (patch) | |
tree | 8dacf7da402c07fe7b30c3f758c20608d8e8df3d /editors/joe/Makefile | |
parent | 551b74cd054a8a472b07cb7279838e0b31c286ed (diff) | |
download | pkgsrc-27534d567bbed2c72bd2354b07418df8b7916928.tar.gz |
joe only uses termcap so......
Depend on termcap instead of ncurses
Replace curses.h and term.h includes with termcap.h
Fixes PR lib/43941
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 4b02dc80857..3e670c398ce 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2010/07/10 03:00:49 obache Exp $ +# $NetBSD: Makefile,v 1.34 2011/03/29 21:38:26 roy Exp $ DISTNAME= joe-3.7 PKGREVISION= 1 @@ -26,5 +26,5 @@ CONF_FILES+= ${EGDIR}/jpicorc ${PKG_SYSCONFDIR}/jpicorc CONF_FILES+= ${EGDIR}/jstarrc ${PKG_SYSCONFDIR}/jstarrc CONF_FILES+= ${EGDIR}/rjoerc ${PKG_SYSCONFDIR}/rjoerc -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |