pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/link-grammar textproc/link-grammar: Force dis...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c61aaa267aba
branches: trunk
changeset: 312787:c61aaa267aba
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Fri Sep 14 08:43:02 2018 +0000
description:
textproc/link-grammar: Force disable the optional Java bindings. Needs c99.
diffstat:
textproc/link-grammar/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 96ab37744288 -r c61aaa267aba textproc/link-grammar/Makefile
--- a/textproc/link-grammar/Makefile Fri Sep 14 07:58:12 2018 +0000
+++ b/textproc/link-grammar/Makefile Fri Sep 14 08:43:02 2018 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index