diff options
author | John Marino <marino@FreeBSD.org> | 2015-01-19 17:43:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-01-19 17:43:57 +0000 |
commit | 087ad79318f2e6be39d755ee79509a2c7bed0a55 (patch) | |
tree | 2de266baa80c894b2c04ac7a20fc7a6191f569b4 /news | |
parent | ecf51d54a713576647d15d66f9db7d71f60450ac (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 683152667a26..c750c3e79a5c 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -21,6 +21,8 @@ CONFIGURE_ARGS+=--disable-inews --with-slrnpull \ ALL_TARGET= all +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= NLS SSL DEVIEW DOCS OPTIONS_DEFAULT=NLS SSL OPTIONS_SUB= yes |