diff options
author | tnn <tnn> | 2009-07-21 09:59:09 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-07-21 09:59:09 +0000 |
commit | 999e4b3a399f17289a4a84631d6669d9d9208d96 (patch) | |
tree | 7bd447117de6ff336df8b27e537106fd36054cc8 /textproc | |
parent | 6f93ad0c261474de817473cc9348ff290f4da72c (diff) | |
download | pkgsrc-999e4b3a399f17289a4a84631d6669d9d9208d96.tar.gz |
needs termcap
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 5d51dd52dad..7e656b57178 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2009/02/12 16:06:32 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2009/07/21 09:59:09 tnn Exp $ # DISTNAME= ispell-3.3.02 @@ -58,4 +58,5 @@ do-configure: ${ECHO} "#define MAKE_SORTTMP \"\"" >> local.h; .endif +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |