diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-02-01 21:40:58 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-02-01 21:40:58 +0000 |
commit | 0ad964e951dfa6c7f4480d7731c05a023329b9c2 (patch) | |
tree | 5e2b0745d3955785f3fb6739e00bf51d847b39a1 /lang/erlang-runtime17/Makefile | |
parent | bea8de1b03489004d1cd39b2405499ef61f5483a (diff) | |
download | ports-0ad964e951dfa6c7f4480d7731c05a023329b9c2.tar.gz ports-0ad964e951dfa6c7f4480d7731c05a023329b9c2.zip |
Notes
Diffstat (limited to 'lang/erlang-runtime17/Makefile')
-rw-r--r-- | lang/erlang-runtime17/Makefile | 5 |
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 |