diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-31 15:08:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-31 15:08:27 +0000 |
commit | 7cb89d5bff0127bd81bf90f60ea5f3913c7e74ff (patch) | |
tree | 05b6cf4f8d71a28b746c5190dd1e9d5f347a2eca /news/inn | |
parent | ea1033b140544134c938faae020d55c272b75df9 (diff) | |
download | pkgsrc-7cb89d5bff0127bd81bf90f60ea5f3913c7e74ff.tar.gz |
news/inn: remove unknown configure option
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/options.mk | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/news/inn/options.mk b/news/inn/options.mk index 2157ce4c0aa..95840637d76 100644 --- a/news/inn/options.mk +++ b/news/inn/options.mk @@ -1,19 +1,12 @@ -# $NetBSD: options.mk,v 1.7 2019/11/04 19:17:10 rillig Exp $ +# $NetBSD: options.mk,v 1.8 2020/05/31 15:08:27 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.inn -PKG_SUPPORTED_OPTIONS= inet6 perl python uucp -PKG_SUGGESTED_OPTIONS= inet6 perl +PKG_SUPPORTED_OPTIONS= perl python uucp +PKG_SUGGESTED_OPTIONS= perl .include "../../mk/bsd.options.mk" ### -### IPv6 support -### -.if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -### ### uucp support (requires a group uucp to exist) ### .if !empty(PKG_OPTIONS:Muucp) |