svn commit: r562137 - head/emulators/libretro-vice

Antoine Brodin antoine at FreeBSD.org
Wed Jan 20 14:18:21 UTC 2021


Author: antoine
Date: Wed Jan 20 14:18:20 2021
New Revision: 562137
URL: https://svnweb.freebsd.org/changeset/ports/562137

Log:
  Default flavor should be the first one

Modified:
  head/emulators/libretro-vice/Makefile

Modified: head/emulators/libretro-vice/Makefile
==============================================================================
--- head/emulators/libretro-vice/Makefile	Wed Jan 20 14:02:18 2021	(r562136)
+++ head/emulators/libretro-vice/Makefile	Wed Jan 20 14:18:20 2021	(r562137)
@@ -10,8 +10,8 @@ COMMENT=	${${FLAVOR}_COMMENT}
 
 LICENSE=	GPLv2
 
-FLAVORS=	x128 x64 x64sc xcbm2 xcbm5x0 xpet xplus4 xscpu64 xvic
-FLAVOR?=	${FLAVORS:[2]}
+FLAVORS=	x64 x128 x64sc xcbm2 xcbm5x0 xpet xplus4 xscpu64 xvic
+FLAVOR?=	${FLAVORS:[1]}
 
 USES=		compiler:c11 gmake
 


More information about the svn-ports-head mailing list