pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ttt ttt: Check for IPv6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e720986a609f
branches:  trunk
changeset: 379003:e720986a609f
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 10 11:51:17 2022 +0000

description:
ttt: Check for IPv6.

diffstat:

 net/ttt/options.mk |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d591324f5095 -r e720986a609f net/ttt/options.mk
--- a/net/ttt/options.mk        Tue May 10 11:50:54 2022 +0000
+++ b/net/ttt/options.mk        Tue May 10 11:51:17 2022 +0000
@@ -1,8 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:02 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2022/05/10 11:51:17 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ttt
 PKG_SUPPORTED_OPTIONS+=        inet6
-PKG_SUGGESTED_OPTIONS= inet6
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${IPV6_READY:tl} == "yes"
+PKG_SUGGESTED_OPTIONS+= inet6
+.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index