diff options
author | gerald <gerald@FreeBSD.org> | 2015-11-16 08:30:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-11-16 08:30:00 +0800 |
commit | 5460b9367d5d517687a23e616ab09c2ee406ba27 (patch) | |
tree | 363506e7dd9e291951b16954bff2860dae770025 /lang/erlang-runtime15 | |
parent | 38112291e5d3544883030fdea903f53336d0117e (diff) | |
download | freebsd-ports-gnome-5460b9367d5d517687a23e616ab09c2ee406ba27.tar.gz freebsd-ports-gnome-5460b9367d5d517687a23e616ab09c2ee406ba27.tar.zst freebsd-ports-gnome-5460b9367d5d517687a23e616ab09c2ee406ba27.zip |
Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of ports
instead of their own respective settings.
Diffstat (limited to 'lang/erlang-runtime15')
-rw-r--r-- | lang/erlang-runtime15/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 79f0368d3e35..4e39dc254d12 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -30,7 +30,6 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE_DESC= Enable DTrace support -GCC_DESC= Use current GCC GS_DESC= Enable GS application (deprecated) HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support |