Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2021 14:18:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562137 - head/emulators/libretro-vice
Message-ID:  <202101201418.10KEIKv0019871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101201418.10KEIKv0019871>