pkgsrc-WIP-changes archive

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

openjdk25: whitespace



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 16 19:12:13 2026 +0200
Changeset:	f077560a679a714532b742802657f75ec316f091

Modified Files:
	openjdk25/options.mk

Log Message:
openjdk25: whitespace

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

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

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

diffs:
diff --git a/openjdk25/options.mk b/openjdk25/options.mk
index d845212d27..10804e5333 100644
--- a/openjdk25/options.mk
+++ b/openjdk25/options.mk
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=	--disable-unlimited-crypto
 PLIST_VARS+=	splashscreen x11
 .if !empty(PKG_OPTIONS:Mx11)
 PLIST.splashscreen=	yes
-PLIST.x11=	yes
+PLIST.x11=		yes
 CONFIGURE_ARGS+=	--x-includes=${X11BASE}/include
 CONFIGURE_ARGS+=	--x-libraries=${X11BASE}/lib
 CONFIGURE_ARGS+=	--disable-headless-only


Home | Main Index | Thread Index | Old Index