Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 05:16:49 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502851 - head/games/stonesoup-sdl
Message-ID:  <201905280516.x4S5GnEZ078902@repo.freebsd.org>

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



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