aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2013-05-05 21:04:34 +0800
committerolgeni <olgeni@FreeBSD.org>2013-05-05 21:04:34 +0800
commitc240d1aad42a129423f0ef6a962bf710c283716a (patch)
tree7ff3a8c5a5e3b05feecfcb81c07a2226288a813e /lang/Makefile
parentedcdb5f5011441e866d8dfc0b82df3e211cbf311 (diff)
downloadfreebsd-ports-gnome-c240d1aad42a129423f0ef6a962bf710c283716a.tar.gz
freebsd-ports-gnome-c240d1aad42a129423f0ef6a962bf710c283716a.tar.zst
freebsd-ports-gnome-c240d1aad42a129423f0ef6a962bf710c283716a.zip
Add lang/erlang-runtime15.
This port is indented for developers and port maintainers. It is a copy of lang/erlang with a few differences: - Nothing is installed in $PREFIX/bin - Libraries are installed in $PREFIX/lib/erlang15 - You have to change your PATH to actually use it - Support for building PLTs is removed - Other ports are not supposed to install anything inside this environment What is this for: - Building Erlang applications using the R15 runtime, once R16 is committed (think Riak). - Building Erlang applications when there are conflicts with modules provided by other ports (for example, the RabbitMQ client libraries conflict with the server code installed by net/rabbitmq). - Testing new Erlang versions before the main port is upgraded.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 795b326797b4..15ce05875318 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -58,6 +58,7 @@
SUBDIR += emacs-lisp-intro
SUBDIR += embryo
SUBDIR += erlang
+ SUBDIR += erlang-runtime15
SUBDIR += execline
SUBDIR += expect
SUBDIR += expect-devel