diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-14 07:29:50 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-14 07:29:50 +0000 |
commit | a035c5317512a5a0fafe788fc41f69854cb11489 (patch) | |
tree | bd8afb1e9962e09c8823079ef5956205106f0538 /editors | |
parent | fe79298910277061fb0313967bd2a8dd34e48f60 (diff) | |
download | pkgsrc-a035c5317512a5a0fafe788fc41f69854cb11489.tar.gz |
Add missing termcap.bl3.mk.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jove/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 9985b26780d..3e6975dcc89 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/10/03 00:59:26 dholland Exp $ +# $NetBSD: Makefile,v 1.16 2012/05/14 07:29:50 dholland Exp $ # DISTNAME= jove4.16.0.70 @@ -28,4 +28,5 @@ SUBST_MESSAGE.getline= Fixing conflict with POSIX getline. SUBST_FILES.getline= insert.c io.c io.h recover.c util.c util.h SUBST_SED.getline= -e 's/getline/get_line/' +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |