aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang-runtime17
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2015-02-02 05:40:58 +0800
committerolgeni <olgeni@FreeBSD.org>2015-02-02 05:40:58 +0800
commit46766f42424863554fac53d7cb8e0411deec529e (patch)
tree5e2b0745d3955785f3fb6739e00bf51d847b39a1 /lang/erlang-runtime17
parent7e5c894594e9493959771a177f6c70d7b5793f7b (diff)
downloadfreebsd-ports-gnome-46766f42424863554fac53d7cb8e0411deec529e.tar.gz
freebsd-ports-gnome-46766f42424863554fac53d7cb8e0411deec529e.tar.zst
freebsd-ports-gnome-46766f42424863554fac53d7cb8e0411deec529e.zip
Do not disable the hipe application entirely, even if the HIPE
option is disabled. Dialyzer seems to need at least some beam files from hipe to perform its job.
Diffstat (limited to 'lang/erlang-runtime17')
-rw-r--r--lang/erlang-runtime17/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile
index e7b14f9fc86b..1e6e92bfb366 100644
--- a/lang/erlang-runtime17/Makefile
+++ b/lang/erlang-runtime17/Makefile
@@ -3,7 +3,7 @@
PORTNAME= erlang
PORTVERSION= 17.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -164,9 +164,6 @@ MAKE_ARGS+= ARCH=x86
# links in the documentation.
pre-configure:
-.if ! ${PORT_OPTIONS:MHIPE}
- echo "disabled by port options" > ${WRKSRC}/lib/hipe/SKIP
-.endif
.if ! ${PORT_OPTIONS:MWX}
echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP
.endif