diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-02-21 20:53:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-02-21 20:53:37 +0800 |
commit | 250e46e8fe059c492ec92cd2145503cb25e4acdc (patch) | |
tree | 69a391f5131711c654f61097e05b78784d4e95b8 /lang/Makefile | |
parent | 8c312e5a86fd5113b80b8071b2844da5edf95c49 (diff) | |
download | freebsd-ports-graphics-250e46e8fe059c492ec92cd2145503cb25e4acdc.tar.gz freebsd-ports-graphics-250e46e8fe059c492ec92cd2145503cb25e4acdc.tar.zst freebsd-ports-graphics-250e46e8fe059c492ec92cd2145503cb25e4acdc.zip |
Add lang/erlang-java and lang/erlang-wx.
These ports contain applications that are enabled by specific options in
lang/erlang, but carry significant dependencies (X11 and Java).
Now these applications can be installed separately, and people using the
stock packages will be able to install X11 and Java support without
recompiling lang/erlang.
The JAVA and WX options of lang/erlang will probably be phased out in the
future.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 91d711050f1..fab71dd8c39 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -55,9 +55,11 @@ SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += erlang + SUBDIR += erlang-java SUBDIR += erlang-runtime15 SUBDIR += erlang-runtime16 SUBDIR += erlang-runtime17 + SUBDIR += erlang-wx SUBDIR += execline SUBDIR += expect SUBDIR += f2c |