summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2018-09-14 08:43:02 +0000
committerfhajny <fhajny@pkgsrc.org>2018-09-14 08:43:02 +0000
commit05d4efea3a6c6cd3c1c19d8e46b0f27189c7a7e9 (patch)
treee9a72511cd72ca1ae6333e26cbdce7bfeef3e728
parent158646905c7c64f65da9cde2a091bb26884d2753 (diff)
downloadpkgsrc-05d4efea3a6c6cd3c1c19d8e46b0f27189c7a7e9.tar.gz
textproc/link-grammar: Force disable the optional Java bindings. Needs c99.
-rw-r--r--textproc/link-grammar/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile
index 53e8cdfb755..b76fffc84fe 100644
--- a/textproc/link-grammar/Makefile
+++ b/textproc/link-grammar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/15 11:36:43 mef Exp $
+# $NetBSD: Makefile,v 1.8 2018/09/14 08:43:02 fhajny Exp $
DISTNAME= link-grammar-5.3.7
CATEGORIES= textproc
@@ -9,11 +9,13 @@ HOMEPAGE= http://www.abisource.com/projects/link-grammar/
COMMENT= Syntactic parsing library
LICENSE= modified-bsd AND gnu-lgpl-v2.1
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c99 c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-java-bindings
+
PKGCONFIG_OVERRIDE+= link-grammar.pc.in
.include "../../mk/bsd.pkg.mk"