Sun Jan 24 10:28:30 2021 UTC ()
vte3: Suggest by default icu

Requested by terminator (py-terminator).


(kamil)
diff -r1.1 -r1.2 pkgsrc/x11/vte3/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/x11/vte3/options.mk (expand / switch to context diff)
--- pkgsrc/x11/vte3/options.mk 2020/11/07 10:05:11 1.1
+++ pkgsrc/x11/vte3/options.mk 2021/01/24 10:28:30 1.2
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2020/11/07 10:05:11 nia Exp $
+# $NetBSD: options.mk,v 1.2 2021/01/24 10:28:30 kamil Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.vte3
 PKG_SUPPORTED_OPTIONS=	icu
+PKG_SUGGESTED_OPTIONS=	icu
 
 .include "../../mk/bsd.options.mk"