Date: Sun, 9 Jun 2019 05:46:35 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503786 - head/editors/the Message-ID: <201906090546.x595kZEQ025256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Jun 9 05:46:35 2019 New Revision: 503786 URL: https://svnweb.freebsd.org/changeset/ports/503786 Log: editors/the: Canonicalize options group names after r503781 (D20426) Modified: head/editors/the/Makefile Modified: head/editors/the/Makefile ============================================================================== --- head/editors/the/Makefile Sun Jun 9 05:42:40 2019 (r503785) +++ head/editors/the/Makefile Sun Jun 9 05:46:35 2019 (r503786) @@ -22,9 +22,9 @@ ALL_TARGET= all html CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= DOCS XAW3D -OPTIONS_SINGLE= Display Rexx -OPTIONS_SINGLE_Display= NCURSES XCURSES -OPTIONS_SINGLE_Rexx= REXX_IMC REGINA +OPTIONS_SINGLE= DISPLAY REXX +OPTIONS_SINGLE_DISPLAY= NCURSES XCURSES +OPTIONS_SINGLE_REXX= REXX_IMC REGINA OPTIONS_DEFAULT= NCURSES REGINA OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906090546.x595kZEQ025256>