fltk14-devel: Reorder supported options

This commit is contained in:
Michael Baeuerle 2019-10-25 13:05:36 +02:00
parent 79b1c844ae
commit 1bc926dc33
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.fltk14
PKG_SUPPORTED_OPTIONS= opengl pango xdbe x11 xft2 xinerama
PKG_SUPPORTED_OPTIONS= opengl pango x11 xdbe xft2 xinerama
# FLTK has native backends for macOS and Windows (Cygwin)
# Enabling the "x11" option forces X11 backend on such systems.
# Most users want the native backends.