svn commit: r566396 - head/games/fheroes2

Piotr Kubaj pkubaj at FreeBSD.org
Tue Feb 23 13:01:10 UTC 2021


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}
 


More information about the svn-ports-all mailing list