svn commit: r521708 - head/games/aquaria

Jan Beich jbeich at FreeBSD.org
Wed Jan 1 09:30:30 UTC 2020


Author: jbeich
Date: Wed Jan  1 09:30:29 2020
New Revision: 521708
URL: https://svnweb.freebsd.org/changeset/ports/521708

Log:
  games/aquaria: drop DEBUG option after r478306

Modified:
  head/games/aquaria/Makefile   (contents, props changed)

Modified: head/games/aquaria/Makefile
==============================================================================
--- head/games/aquaria/Makefile	Wed Jan  1 09:30:08 2020	(r521707)
+++ head/games/aquaria/Makefile	Wed Jan  1 09:30:29 2020	(r521708)
@@ -54,7 +54,7 @@ DESKTOP_ENTRIES="${GH_PROJECT}" \
 		"Game;ArcadeGame;" \
 		""
 
-OPTIONS_DEFINE=	DEBUG SDL2
+OPTIONS_DEFINE=	SDL2
 OPTIONS_DEFAULT=SDL2
 
 SDL2_DESC=	Use SDL 2.x instead of SDL 1.2.x


More information about the svn-ports-head mailing list