Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2021 13:01:09 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566396 - head/games/fheroes2
Message-ID:  <202102231301.11ND19e1016069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Feb 23 13:01:09 2021
New Revision: 566396
URL: https://svnweb.freebsd.org/changeset/ports/566396

Log:
  games/fheroes2: sdl2 is now the default

Modified:
  head/games/fheroes2/Makefile

Modified: head/games/fheroes2/Makefile
==============================================================================
--- head/games/fheroes2/Makefile	Tue Feb 23 12:25:46 2021	(r566395)
+++ head/games/fheroes2/Makefile	Tue Feb 23 13:01:09 2021	(r566396)
@@ -18,8 +18,7 @@ GH_ACCOUNT=	ihhub
 USE_SDL=	image2 mixer2 sdl2 ttf2
 
 LDFLAGS+=	-ltinyxml
-MAKE_ENV=	WITHOUT_BUNDLED_LIBS=1 \
-		WITH_SDL2=1
+MAKE_ENV=	WITHOUT_BUNDLED_LIBS=1
 
 PLIST_FILES=	bin/${PORTNAME}
 



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