summaryrefslogtreecommitdiff
path: root/java/jdk13
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-01-19 19:22:31 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-01-19 19:22:31 +0000
commitd278524c300d2245426d99f12eee7a8188e1bebe (patch)
treef7bc2d458e733ebc2ece5b2c109c2c056ad180d8 /java/jdk13
parent- upgraded to current version, which finally uses (diff)
. Convert spaces to tabs.
Notes
Notes: svn path=/head/; revision=98577
Diffstat (limited to 'java/jdk13')
-rw-r--r--java/jdk13/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile
index 2e75b0f9d8be..780702122f01 100644
--- a/java/jdk13/Makefile
+++ b/java/jdk13/Makefile
@@ -84,28 +84,28 @@ PLIST_SUB+= DEBUG:=""
.endif
.if defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT)
-PLIST_SUB+= NATIVE:=""
-MAKE_ARGS+= HPIS="green native"
-USE_REINPLACE= yes
+PLIST_SUB+= NATIVE:=""
+MAKE_ARGS+= HPIS="green native"
+USE_REINPLACE= yes
.else
-PLIST_SUB+= NATIVE:="@comment "
+PLIST_SUB+= NATIVE:="@comment "
.endif
.if defined(WITHOUT_PLUGIN)
-PLIST_SUB+= PLUGIN:="@comment "
+PLIST_SUB+= PLUGIN:="@comment "
.else
-PLIST_SUB+= PLUGIN:=""
+PLIST_SUB+= PLUGIN:=""
.endif
.if defined(WITH_HOTSPOT)
-PLIST_SUB+= HOTSPOT:=""
+PLIST_SUB+= HOTSPOT:=""
.if defined(NODEBUG)
HOTSPOT_TARGETS=product1 product
.else
HOTSPOT_TARGETS=compiler1 compiler2
.endif
.else
-PLIST_SUB+= HOTSPOT:="@comment "
+PLIST_SUB+= HOTSPOT:="@comment "
.endif
.include <bsd.port.pre.mk>