diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-27 20:01:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-27 20:01:30 +0800 |
commit | aefb3a9523f3928044342fb921c69098def0b84f (patch) | |
tree | 3b5792397c626970f3a9b9e926ea6ab66c56bfaa /java | |
parent | 85a8ac849fd23278f8c033a400bb0decc10e56ba (diff) | |
download | freebsd-ports-gnome-aefb3a9523f3928044342fb921c69098def0b84f.tar.gz freebsd-ports-gnome-aefb3a9523f3928044342fb921c69098def0b84f.tar.zst freebsd-ports-gnome-aefb3a9523f3928044342fb921c69098def0b84f.zip |
Remove the SH overwrite which is not needed since CONFIGURE_ENV does the proper
job already
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 |