svn commit: r503786 - head/editors/the
Tobias Kortkamp
tobik at FreeBSD.org
Sun Jun 9 05:46:36 UTC 2019
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
More information about the svn-ports-all
mailing list