summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-10-15 15:54:25 +0000
committerroy <roy@pkgsrc.org>2013-10-15 15:54:25 +0000
commit3c497f43130c5508b14330ff4d4763cca5a39f08 (patch)
treec3f21dce9bc4bb8f7f0ed7f7de518857035c1a9a /textproc
parenta72cd61afde2b7eb2aa5469ad4949d00657c5f65 (diff)
downloadpkgsrc-3c497f43130c5508b14330ff4d4763cca5a39f08.tar.gz
Ispell language files don't use curses
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell-en_GB/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell-en_GB/Makefile b/textproc/ispell-en_GB/Makefile
index de981c6b4dd..5dda57f9df1 100644
--- a/textproc/ispell-en_GB/Makefile
+++ b/textproc/ispell-en_GB/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2013/05/25 23:46:51 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2013/10/15 15:54:25 roy Exp $
#
DISTNAME= ispell-3.3.02
PKGNAME= ${DISTNAME:S/-/-${DICT_LANG}-/1}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/
@@ -44,5 +44,4 @@ do-install:
${RM} -f ${DICT_LANG}.hash; \
${LN} ${DICT_LANG}xlg.hash ${DICT_LANG}.hash
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"