diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-06-12 21:08:54 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-06-12 21:08:54 +0000 |
commit | da637196cfdadb30a3b1910fa66f61bb3f43cad0 (patch) | |
tree | 0bc3ebdc5aaea4f182f78aab0935460f8e42be14 /games/stonesoup-sdl/Makefile | |
parent | acd2a0f825ebab35909a9b8a19e193ac4251b1ba (diff) | |
download | ports-da637196cfdadb30a3b1910fa66f61bb3f43cad0.tar.gz ports-da637196cfdadb30a3b1910fa66f61bb3f43cad0.zip |
Convert to new options framework.
PR: ports/168837
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Approved by: crees (mentor)
Notes
Notes:
svn path=/head/; revision=299153
Diffstat (limited to 'games/stonesoup-sdl/Makefile')
-rw-r--r-- | games/stonesoup-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/stonesoup-sdl/Makefile b/games/stonesoup-sdl/Makefile index 1a8cde69dfe5..a7bea51c7e5a 100644 --- a/games/stonesoup-sdl/Makefile +++ b/games/stonesoup-sdl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -WITH_SDL= yes +PORT_OPTIONS+= SDL MASTERDIR= ${.CURDIR}/../stonesoup |