1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

. Convert spaces to tabs.

This commit is contained in:
Greg Lewis 2004-01-19 19:22:31 +00:00
parent e148481ab8
commit d278524c30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98577

View File

@ -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>