pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fltk14-devel: Reorder supported options



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Oct 25 13:05:36 2019 +0200
Changeset:	1bc926dc3351476ace7cb42430d4170cc5e7c0c1

Modified Files:
	fltk14-devel/options.mk

Log Message:
fltk14-devel: Reorder supported options

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1bc926dc3351476ace7cb42430d4170cc5e7c0c1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fltk14-devel/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fltk14-devel/options.mk b/fltk14-devel/options.mk
index cf8adaebf6..a4071b4cfb 100644
--- a/fltk14-devel/options.mk
+++ b/fltk14-devel/options.mk
@@ -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.


Home | Main Index | Thread Index | Old Index