diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-21 09:59:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-21 09:59:09 +0000 |
commit | 8c2dbb53f8a6dd254d77936130d0a4182bcaaf05 (patch) | |
tree | 7bd447117de6ff336df8b27e537106fd36054cc8 | |
parent | 33ce9656e5b1255fc6d8d387bc5544248675f29e (diff) | |
download | pkgsrc-8c2dbb53f8a6dd254d77936130d0a4182bcaaf05.tar.gz |
needs termcap
-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" |