diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-28 08:57:27 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-28 08:57:27 +0000 |
commit | adaa43feca7c1c59dde6ad6a0a78ce1999dcb7e1 (patch) | |
tree | cb5bf30d47ee8e486d13c2252c4b363f9685b157 /textproc | |
parent | 82831c202c0dd681a9a6855eedf81c2599ef75ac (diff) | |
download | pkgsrc-adaa43feca7c1c59dde6ad6a0a78ce1999dcb7e1.tar.gz |
+LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-sk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell-sk/Makefile b/textproc/ispell-sk/Makefile index 22a1f2b01a0..5c0abe59835 100644 --- a/textproc/ispell-sk/Makefile +++ b/textproc/ispell-sk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/06/28 08:30:19 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2013/06/28 08:57:27 rodent Exp $ # DISTNAME= ispell-sk-0.3.2 @@ -9,6 +9,7 @@ MASTER_SITES+= http://www.sk-spell.sk.cx/file_download/19/ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.sk-spell.sk.cx/ispell-sk COMMENT= Slovak dictionary for ispell +LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1 CONFLICTS+= ispell-slovak-[0-9]* DEPENDS+= ispell>=3.1.20:../../textproc/ispell |