pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/link-grammar



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Sep 14 08:43:02 UTC 2018

Modified Files:
        pkgsrc/textproc/link-grammar: Makefile

Log Message:
textproc/link-grammar: Force disable the optional Java bindings. Needs c99.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/link-grammar/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/link-grammar/Makefile
diff -u pkgsrc/textproc/link-grammar/Makefile:1.7 pkgsrc/textproc/link-grammar/Makefile:1.8
--- pkgsrc/textproc/link-grammar/Makefile:1.7   Fri Jul 15 11:36:43 2016
+++ pkgsrc/textproc/link-grammar/Makefile       Fri Sep 14 08:43:02 2018
@@ -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/proje
 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