diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-23 04:48:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-23 04:48:35 +0000 |
commit | ec4921892d879bcc6563ca300716ea0a1dcbf2fe (patch) | |
tree | 50e9fd06212f51b5ca58da8cd528b470af33bb9e | |
parent | 504cb55016b5fa89da3489e2fc2b8b05573c3fea (diff) | |
download | pkgsrc-ec4921892d879bcc6563ca300716ea0a1dcbf2fe.tar.gz |
Add missing termcap.bl3.mk.
-rw-r--r-- | editors/jed/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index 724185ddcf7..e0fdc38303b 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2012/05/23 04:47:13 dholland Exp $ +# $NetBSD: Makefile.common,v 1.12 2012/05/23 04:48:35 dholland Exp $ # # used by: @@ -33,3 +33,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/lib/jed.conf ${DESTDIR}${EGDIR} .include "../../devel/libslang/buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" |