diff options
author | obache <obache> | 2014-02-18 02:25:15 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-18 02:25:15 +0000 |
commit | 2c9e7d5e5da3d286f6b24dee0437bcce04d018cb (patch) | |
tree | 597d8c7afabd6bbb49bc946beba55b980180a8a5 /textproc | |
parent | 57ed792ae8f13764049836981b5bc9c126a75238 (diff) | |
download | pkgsrc-2c9e7d5e5da3d286f6b24dee0437bcce04d018cb.tar.gz |
gnu-lgpl-v2.1 is also selectable.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cabocha/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cabocha/Makefile.common b/textproc/cabocha/Makefile.common index 7c3811eee86..692aa9a1cf8 100644 --- a/textproc/cabocha/Makefile.common +++ b/textproc/cabocha/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2014/02/18 02:11:38 obache Exp $ +# $NetBSD: Makefile.common,v 1.5 2014/02/18 02:25:15 obache Exp $ # used by textproc/cabocha/Makefile # used by textproc/p5-cabocha/Makefile # used by textproc/py-cabocha/Makefile @@ -14,7 +14,7 @@ PATCHDIR= ${.CURDIR}/../../textproc/cabocha/patches MAINTAINER= obache@NetBSD.org HOMEPAGE= http://code.google.com/p/cabocha/ -LICENSE= modified-bsd +LICENSE= gnu-lgpl-v2.1 OR modified-bsd RESTRICTED= Included model is not re-distributed without prior permission. NO_SRC_ON_FTP= ${RESTRICTED} |