diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 50cd339f9db0..9e7fb7b74d69 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -81,7 +81,7 @@ JUNIT_JAR= ${JAVALIBDIR}/junit.jar .include <bsd.port.pre.mk> -.if ${JAVA_PORT_VERSION} == "1.6.0" +.if ${JAVA_PORT_VERSION:M*6*} pre-extract: @${ECHO_MSG} @${ECHO_MSG} "IMPORTANT: To build IcedTea-Web ${PORTVERSION}, you have to turn on 'ICEDTEA' option" |