aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime15
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:40:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:40:21 +0000
commit6adf864b810de100bd21887faadcdf85b56a2e52 (patch)
treec5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/erlang-runtime15
parentb15e495041a4fd2f9fafcc7d9540759c4c22a610 (diff)
downloadports-6adf864b810de100bd21887faadcdf85b56a2e52.tar.gz
ports-6adf864b810de100bd21887faadcdf85b56a2e52.zip
Notes
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}