diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 12:01:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 12:01:30 +0000 |
commit | 5ef31d7ea8dee7e90247e6c1c60a02f149226f29 (patch) | |
tree | 3b5792397c626970f3a9b9e926ea6ab66c56bfaa /java | |
parent | 1c5a152f70c4780a4f7b56b38b11a6a74753ec90 (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 4685c16928db..b25ec43cb1a7 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -48,7 +48,6 @@ CONFIGURE_ARGS+=--with-jdk-home="${JAVA_HOME}" CONFIGURE_ARGS+=--with-jre-home="${JAVA_HOME}/jre" CONFIGURE_ARGS+=--with-tagsoup=no CONFIGURE_ENV= BIN_BASH=${bash_CMD} -SH= ${bash_CMD} OPTIONS_DEFINE= PLUGIN RHINO TEST OPTIONS_DEFAULT=PLUGIN |