summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"