diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-06-26 18:03:08 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-06-26 18:03:08 +0800 |
commit | 51e9027d9fdc8421cb14306476430f5c95419178 (patch) | |
tree | f33cb52572aeb38af0f4c4f0b44f86e23ae58755 /lang/erlang-runtime16 | |
parent | e616d612abd339d329d5ce35c8b7d847cd1f2e39 (diff) | |
download | freebsd-ports-gnome-51e9027d9fdc8421cb14306476430f5c95419178.tar.gz freebsd-ports-gnome-51e9027d9fdc8421cb14306476430f5c95419178.tar.zst freebsd-ports-gnome-51e9027d9fdc8421cb14306476430f5c95419178.zip |
Sort option descriptions and remove unnecessary USES=autoreconf.
Diffstat (limited to 'lang/erlang-runtime16')
-rw-r--r-- | lang/erlang-runtime16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index db4e88692544..7c919bd89ad7 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -29,21 +29,21 @@ 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 SCTP_DESC= Enable SCTP support SMP_DESC= Enable SMP support WX_DESC= Enable WX application -GS_DESC= Enable GS application (deprecated) -DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} -USES= autoreconf gmake perl5 +USES= gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |