aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime16
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 09:34:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 09:34:36 +0000
commitf3c7cf4e6420f04fb97bf98d7e4368cd8e6148dd (patch)
tree563d439844258b24e903ebc7b8c67ace406d292b /lang/erlang-runtime16
parent393f455f5910f17c0402dd7e263fb98c6f57653e (diff)
downloadports-f3c7cf4e6420f04fb97bf98d7e4368cd8e6148dd.tar.gz
ports-f3c7cf4e6420f04fb97bf98d7e4368cd8e6148dd.zip
Notes
Diffstat (limited to 'lang/erlang-runtime16')
-rw-r--r--lang/erlang-runtime16/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile
index cfeacc427133..fc18e188b6a3 100644
--- a/lang/erlang-runtime16/Makefile
+++ b/lang/erlang-runtime16/Makefile
@@ -52,6 +52,10 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP KQUEUE
ERL_RELEASE= R${PORTVERSION:S/.//g:U}
+USES= gmake perl5
+USE_CSTD= gnu89
+GNU_CONFIGURE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -118,11 +122,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}