summaryrefslogtreecommitdiff
path: root/security/beecrypt
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-08 23:33:46 +0000
committerdholland <dholland@pkgsrc.org>2015-11-08 23:33:46 +0000
commit129b17b9c770bdd5647b75e04c1158ac2f8956d8 (patch)
treeb727578d389c6b08430bb472ff7d3afc49b1d476 /security/beecrypt
parentf6bed1417f5e4300c7c4af7ef8d80884ec1cd659 (diff)
downloadpkgsrc-129b17b9c770bdd5647b75e04c1158ac2f8956d8.tar.gz
Explicitly disable python bindings.
(anyone want to package the python bindings separately?)
Diffstat (limited to 'security/beecrypt')
-rw-r--r--security/beecrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index 5337640b0d6..a1e83da6c71 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:21 asau Exp $
+# $NetBSD: Makefile,v 1.12 2015/11/08 23:33:46 dholland Exp $
DISTNAME= beecrypt-4.1.1
CATEGORIES= security
@@ -12,7 +12,7 @@ GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
-CONFIGURE_ARGS+= --without-javaglue
+CONFIGURE_ARGS+= --without-javaglue --without-python
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"