svn commit: r502851 - head/games/stonesoup-sdl

Tobias Kortkamp tobik at FreeBSD.org
Tue May 28 05:16:50 UTC 2019


Author: tobik
Date: Tue May 28 05:16:49 2019
New Revision: 502851
URL: https://svnweb.freebsd.org/changeset/ports/502851

Log:
  games/stonesoup-sdl: Use OPTIONS_SLAVE

Modified:
  head/games/stonesoup-sdl/Makefile

Modified: head/games/stonesoup-sdl/Makefile
==============================================================================
--- head/games/stonesoup-sdl/Makefile	Tue May 28 05:12:01 2019	(r502850)
+++ head/games/stonesoup-sdl/Makefile	Tue May 28 05:16:49 2019	(r502851)
@@ -1,10 +1,11 @@
 # Created by: tobias.rehbein at web.de
 # $FreeBSD$
 
-PORT_OPTIONS+=	SDL
 PKGNAMESUFFIX=	-sdl
 
 BROKEN=		rltiles/floor.png: No such file or directory
 MASTERDIR=	${.CURDIR}/../stonesoup
+
+OPTIONS_SLAVE=	SDL
 
 .include	"${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list