pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ttt



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 10 11:51:17 UTC 2022

Modified Files:
        pkgsrc/net/ttt: options.mk

Log Message:
ttt: Check for IPv6.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ttt/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ttt/options.mk
diff -u pkgsrc/net/ttt/options.mk:1.2 pkgsrc/net/ttt/options.mk:1.3
--- pkgsrc/net/ttt/options.mk:1.2       Tue Jun 12 15:46:02 2012
+++ pkgsrc/net/ttt/options.mk   Tue May 10 11:51:17 2022
@@ -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