summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-01-18 17:38:41 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-01-18 17:38:41 +0000
commit9cf845b4de2aa70f247b392319ad0d265043a779 (patch)
tree49296fa7253513c9a3a4382207cc03d4ee9be341
parentc4300246cec93499ec551743d28af2dab0983385 (diff)
downloadpkgsrc-9cf845b4de2aa70f247b392319ad0d265043a779.tar.gz
link-grammar: explicitly disable Python bindings
In some OS environments (e.g., some Linux distros), Python in the base userland was being detected, and bindings were generated, causing a build failure due to PLIST mismatch. (Python bindings aren't required for this package's intended dependencies in pkgsrc, and so aren't meant to be included. If someone wants them, they should add them as a non-default option.)
-rw-r--r--textproc/link-grammar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile
index 82afe4fa710..7226fb35b0f 100644
--- a/textproc/link-grammar/Makefile
+++ b/textproc/link-grammar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/06/29 17:46:55 gutteridge Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/18 17:38:41 gutteridge Exp $
DISTNAME= link-grammar-5.6.2
CATEGORIES= textproc
@@ -15,6 +15,7 @@ USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-java-bindings
+CONFIGURE_ARGS+= --disable-python-bindings
PKGCONFIG_OVERRIDE+= link-grammar.pc.in