aboutsummaryrefslogtreecommitdiff
path: root/games/cosmosmash
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2018-01-25 11:07:50 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2018-01-25 11:07:50 +0000
commitd79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (patch)
tree563a40b6ae1519cfbef58e63b360c073f2240e7b /games/cosmosmash
parentbb347f42ed1ff2d58ab1a4df7b3db4e811a094ce (diff)
downloadports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.tar.gz
ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.zip
Make portlint happier with my ports (reorder variables)
Notes
Notes: svn path=/head/; revision=459919
Diffstat (limited to 'games/cosmosmash')
-rw-r--r--games/cosmosmash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile
index 2f53284d85e6..7ec7d148458d 100644
--- a/games/cosmosmash/Makefile
+++ b/games/cosmosmash/Makefile
@@ -18,9 +18,9 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \
libmikmod.so:audio/libmikmod \
libaudiofile.so:audio/libaudiofile
+USES= iconv pkgconfig desktop-file-utils
USE_SDL= sdl image mixer
USE_XORG= x11 xau xdmcp
-USES= iconv pkgconfig desktop-file-utils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
LDFLAGS+= -lpthread -L${LOCALBASE}/lib `${SDL_CONFIG} --libs`