aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang-runtime15
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-17 14:40:21 +0800
committerbapt <bapt@FreeBSD.org>2013-09-17 14:40:21 +0800
commit2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3 (patch)
treec5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/erlang-runtime15
parentfde693e93db35fe3bd1a21756278115f8bfa5d96 (diff)
downloadfreebsd-ports-gnome-2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3.tar.gz
freebsd-ports-gnome-2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3.tar.zst
freebsd-ports-gnome-2f2a3d55eaae7e6473eda1e88318b5d2ec8487d3.zip
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'lang/erlang-runtime15')
-rw-r--r--lang/erlang-runtime15/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile
index d297dc1f10a4..6c9583d943c0 100644
--- a/lang/erlang-runtime15/Makefile
+++ b/lang/erlang-runtime15/Makefile
@@ -53,6 +53,10 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP KQUEUE
ERL_RELEASE= R${PORTVERSION:S/.//g:U:S/1$/-1/}
+USES= gmake perl5
+USE_CSTD= gnu89
+GNU_CONFIGURE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -119,11 +123,6 @@ WX_UNICODE= yes
CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
.endif
-USE_GMAKE= yes
-USE_CSTD= gnu89
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-
.if ${PORT_OPTIONS:MODBC}
CONFIGURE_ARGS+=--with-odbc
.if ${PORT_OPTIONS:MUNIXODBC}