aboutsummaryrefslogtreecommitdiff
path: root/games/cosmosmash
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
commited18de7de0ee1fdda14cd441bc4ed0bdce02621c (patch)
treeea8fd46efb979109cb522dcafe5bbf99b1ff6010 /games/cosmosmash
parent598456ace54cc61576da2147257c512c50a4defa (diff)
downloadports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.tar.gz
ports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.zip
Add missing USES=sdl for my ports
(and also reorder a few things)
Notes
Notes: svn path=/head/; revision=501166
Diffstat (limited to 'games/cosmosmash')
-rw-r--r--games/cosmosmash/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile
index 55da1bcff08c..6220a8c14075 100644
--- a/games/cosmosmash/Makefile
+++ b/games/cosmosmash/Makefile
@@ -18,10 +18,11 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \
libmikmod.so:audio/libmikmod \
libaudiofile.so:audio/libaudiofile
-USES= iconv pkgconfig desktop-file-utils
+USES= iconv pkgconfig desktop-file-utils sdl
USE_CXXSTD= gnu++98
USE_SDL= sdl image mixer
USE_XORG= x11 xau xdmcp
+
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
LDFLAGS+= -lpthread -L${LOCALBASE}/lib `${SDL_CONFIG} --libs`