summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-08-31 13:01:52 +0000
committerCy Schubert <cy@FreeBSD.org>2015-08-31 13:01:52 +0000
commit98aeeda5c95aa0c9dbbc5886d3e8870eb746f540 (patch)
tree4a912f5678c78424f121fbe2eae78957a47e22af /security/krb5/Makefile
parentdevel/py-virtualenvwrapper: Unmark BROKEN (diff)
Remove configuration argument used during testing.
Notes
Notes: svn path=/head/; revision=395671
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 4882e39ce7ee..7545b23da171 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -30,7 +30,6 @@ USES= cpe gettext gmake perl5 libtool:build \
gssapi:bootstrap,mit
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
--disable-rpath --localstatedir="${PREFIX}/var"
-CONFIGURE_ARGS+= --disable-thread-support
CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"