diff options
-rw-r--r-- | lang/erlang-runtime15/Makefile | 5 | ||||
-rw-r--r-- | lang/erlang-runtime16/Makefile | 5 | ||||
-rw-r--r-- | lang/erlang-runtime17/Makefile | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 2eada1c6a1af..b9cb98dcb5b3 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 15.b.03.1 -PORTREVISION= 6 +PORTREVISION= 7 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 diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index 79d97f30c86c..8fa557eaa547 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 16.b.03.1 -PORTREVISION= 3 +PORTREVISION= 4 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 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 |