diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-28 05:16:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-28 05:16:49 +0000 |
commit | 199e9d98c4faf6ab2189e8cf78816032f88dae95 (patch) | |
tree | b58b5c645184da545d3a9e35af67179e74ff80d9 /games/stonesoup-sdl | |
parent | 7453030222d0779714ea5ccc008fd19c8830132a (diff) | |
download | ports-199e9d98c4faf6ab2189e8cf78816032f88dae95.tar.gz ports-199e9d98c4faf6ab2189e8cf78816032f88dae95.zip |
Notes
Diffstat (limited to 'games/stonesoup-sdl')
-rw-r--r-- | games/stonesoup-sdl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/stonesoup-sdl/Makefile b/games/stonesoup-sdl/Makefile index 146cf94fcbd1..619dc29e863b 100644 --- a/games/stonesoup-sdl/Makefile +++ b/games/stonesoup-sdl/Makefile @@ -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" |