pkgsrc-WIP-changes archive

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

kvirc: Change incorrect PKG_DEFAULT_OPTIONS to PKG_SUGGESTED_OPTIONS



Module Name:	pkgsrc-wip
Committed By:	Iris <iris000%duck.com@localhost>
Pushed By:	iris
Date:		Sun Nov 10 04:19:16 2024 +0000
Changeset:	0fb08bc6fc28976362b738a6557082c458b21634

Modified Files:
	kvirc/options.mk

Log Message:
kvirc: Change incorrect PKG_DEFAULT_OPTIONS to PKG_SUGGESTED_OPTIONS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0fb08bc6fc28976362b738a6557082c458b21634

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

diffstat:
 kvirc/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/kvirc/options.mk b/kvirc/options.mk
index 260e120340..128d49e68c 100644
--- a/kvirc/options.mk
+++ b/kvirc/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.kvirc
 PKG_SUPPORTED_OPTIONS=	inet6 kde python
-PKG_DEFAULT_OPTIONS=	inet6 kde
+PKG_SUGGESTED_OPTIONS=	inet6 kde
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index