diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-10 20:59:43 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-10 20:59:43 +0000 |
commit | 16d0186bed001fa21d25c4053d06e2d2d26cc9ba (patch) | |
tree | 2e0eb2f55ac9850794df41629e6b7264a24b6e9b /mail/qpopper | |
parent | 7f3c55e23d29fcf9707be60df44830e759b334b2 (diff) | |
download | pkgsrc-16d0186bed001fa21d25c4053d06e2d2d26cc9ba.tar.gz |
Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set
inet6.
Move to calling all such flags 'inet6'.
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk index 51cfdfc954b..cc90b1a7cd6 100644 --- a/mail/qpopper/options.mk +++ b/mail/qpopper/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.1 2004/12/18 03:59:30 grant Exp $ +# $NetBSD: options.mk,v 1.2 2005/01/10 20:59:43 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper PKG_SUPPORTED_OPTIONS= inet6 ssl .if !defined(PKG_OPTIONS.qpopper) -PKG_DEFAULT_OPTIONS+= inet6 ssl +PKG_DEFAULT_OPTIONS+= ssl .endif .include "../../mk/bsd.options.mk" |