summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-24 06:23:01 +0000
committerobache <obache@pkgsrc.org>2014-02-24 06:23:01 +0000
commit0659f8d7621cdf165e78d2e6cf187ce1990a65ef (patch)
tree99441dc0d91af3244c7d3c1002a9e952fc8807f8 /textproc
parentaa036e6be6793929ebf8fdda26b8f92e3295558d (diff)
downloadpkgsrc-0659f8d7621cdf165e78d2e6cf187ce1990a65ef.tar.gz
restriction is came from model files, so only affect to binary of base package.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cabocha/Makefile5
-rw-r--r--textproc/cabocha/Makefile.common4
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/cabocha/Makefile b/textproc/cabocha/Makefile
index 2a2a2663161..a9023466045 100644
--- a/textproc/cabocha/Makefile
+++ b/textproc/cabocha/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2013/05/22 13:14:29 obache Exp $
+# $NetBSD: Makefile,v 1.5 2014/02/24 06:23:01 obache Exp $
#
.include "Makefile.common"
COMMENT= Yet another Japanese Dependency Structure Analyzer
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
diff --git a/textproc/cabocha/Makefile.common b/textproc/cabocha/Makefile.common
index 692aa9a1cf8..5187ce5ebe0 100644
--- a/textproc/cabocha/Makefile.common
+++ b/textproc/cabocha/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2014/02/18 02:25:15 obache Exp $
+# $NetBSD: Makefile.common,v 1.6 2014/02/24 06:23:01 obache Exp $
# used by textproc/cabocha/Makefile
# used by textproc/p5-cabocha/Makefile
# used by textproc/py-cabocha/Makefile
@@ -19,5 +19,3 @@ LICENSE= gnu-lgpl-v2.1 OR modified-bsd
RESTRICTED= Included model is not re-distributed without prior permission.
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}