diff options
Diffstat (limited to 'devel/luajava/Makefile')
-rw-r--r-- | devel/luajava/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/luajava/Makefile b/devel/luajava/Makefile index 8f5ef855e8d2..cfd96527b776 100644 --- a/devel/luajava/Makefile +++ b/devel/luajava/Makefile @@ -23,9 +23,9 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> .if ${JAVA_PORT_VERSION} == 1.7 -PLIST_SUB+= JDK17="" +PLIST_SUB+= JDK17="" .else -PLIST_SUB+= JDK17="@comment " +PLIST_SUB+= JDK17="@comment " .endif post-patch: |