pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/tk90



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  7 21:04:12 UTC 2025

Modified Files:
        pkgsrc/x11/tk90: options.mk

Log Message:
tk90: fix option handling

>From Anthony Mallet on tech-pkg.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/tk90/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/x11/tk90/options.mk
diff -u pkgsrc/x11/tk90/options.mk:1.1 pkgsrc/x11/tk90/options.mk:1.2
--- pkgsrc/x11/tk90/options.mk:1.1      Sun Jul 27 09:18:49 2025
+++ pkgsrc/x11/tk90/options.mk  Tue Oct  7 21:04:12 2025
@@ -1,11 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2025/07/27 09:18:49 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2025/10/07 21:04:12 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.tk90
 PKG_SUPPORTED_OPTIONS=         aqua debug xft2
 #PKG_SUGGESTED_OPTIONS+=
 
 .include "../../mk/bsd.prefs.mk"
-.include "../../mk/bsd.options.mk"
 
 # xxx NetBSD 64bit detected but not supported in configure script:
 # configure: WARNING: 64bit support being disabled -- don't know magic for this platform
@@ -23,9 +22,11 @@ PLIST_VARS+=         aqua
 .if ${OPSYS} != "Darwin"
 PKG_SUGGESTED_OPTIONS+=        xft2
 .else
-PKG_SUPPORTED_OPTIONS+=        aqua
+PKG_SUGGESTED_OPTIONS+=        aqua
 .endif
 
+.include "../../mk/bsd.options.mk"
+
 # IMPORTANT: This option should be enabled on a system without X11.
 # Otherwise some X11 headers are installed and will break X11 compatibility.
 .if !empty(PKG_OPTIONS:Maqua)



Home | Main Index | Thread Index | Old Index