Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 19:37:16 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511773 - in head: Mk/Uses games/linux-dwarffortress
Message-ID:  <201909101937.x8AJbGwf027801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep 10 19:37:16 2019
New Revision: 511773
URL: https://svnweb.freebsd.org/changeset/ports/511773

Log:
  Create USE_LINUX sdlttf keyword and use it in games/linux-dwarffortress.

Modified:
  head/Mk/Uses/linux.mk
  head/games/linux-dwarffortress/Makefile

Modified: head/Mk/Uses/linux.mk
==============================================================================
--- head/Mk/Uses/linux.mk	Tue Sep 10 19:30:09 2019	(r511772)
+++ head/Mk/Uses/linux.mk	Tue Sep 10 19:37:16 2019	(r511773)
@@ -135,6 +135,7 @@ _linux_c7_qtwebkit=			linux-c7-qtwebkit>0:www/linux-c7
 _linux_${linux_ARGS}_sdl12=		linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12
 _linux_${linux_ARGS}_sdlimage=		linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image
 _linux_${linux_ARGS}_sdlmixer=		linux-${linux_ARGS}-sdl_mixer>0:audio/linux-${linux_ARGS}-sdl_mixer
+_linux_${linux_ARGS}_sdlttf=		linux-${linux_ARGS}-sdl_ttf>0:audio/linux-${linux_ARGS}-sdl_ttf
 _linux_${linux_ARGS}_sqlite3=		linux-${linux_ARGS}-sqlite>0:databases/linux-${linux_ARGS}-sqlite3
 _linux_c7_systemd-libs=			linux-c7-systemd-libs>0:devel/linux-c7-systemd-libs
 _linux_${linux_ARGS}_tcl85=		linux-${linux_ARGS}-tcl85>0:lang/linux-${linux_ARGS}-tcl85

Modified: head/games/linux-dwarffortress/Makefile
==============================================================================
--- head/games/linux-dwarffortress/Makefile	Tue Sep 10 19:30:09 2019	(r511772)
+++ head/games/linux-dwarffortress/Makefile	Tue Sep 10 19:37:16 2019	(r511773)
@@ -28,10 +28,8 @@ LICENSE_TEXT=	Copyright (c) 2002-2016. All rights are 
 		contact Tarn Adams at toadyone@bay12games.com.
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
-RUN_DEPENDS=	linux-${linux_ARGS}-sdl_ttf>0:graphics/linux-${linux_ARGS}-sdl_ttf
-
 USES=		linux tar:bzip2
-USE_LINUX=	dri gtk2 libsndfile openal-soft sdlimage xorglibs
+USE_LINUX=	dri gtk2 libsndfile openal-soft sdlimage sdlttf xorglibs
 
 SUB_FILES=	dwarffortress
 NO_BUILD=	yes



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