aboutsummaryrefslogtreecommitdiff
path: root/games/blockout
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-11-09 22:17:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-11-09 22:17:07 +0000
commit4ddaaccc1714c5b16b4ade51fe24538175baacaa (patch)
tree4ef8c9721b5f85ea245098f1570bc1ae36b02837 /games/blockout
parentd2abf95cc9162443258c5ebe7c68a8ac15848568 (diff)
Notes
Diffstat (limited to 'games/blockout')
-rw-r--r--games/blockout/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile
index 0490110f8a09..55c7ceaecb8e 100644
--- a/games/blockout/Makefile
+++ b/games/blockout/Makefile
@@ -18,8 +18,9 @@ ONLY_FOR_ARCHS= i386 amd64
USE_SDL= mixer sdl
USES= gmake dos2unix
-DOS2UNIX_FILES= ${WRKSRC}/ImageLib/src/gif/gif.h \
- ${WRKSRC}/ImageLib/src/gif/gif.cpp ${WRKSRC}/BlockOut/*.cpp
+DOS2UNIX_FILES= ImageLib/src/gif/gif.h \
+ ImageLib/src/gif/gif.cpp BlockOut/*.cpp \
+ ImageLib/src/png/hpng.c
USE_GL= gl glu
WRKSRC= ${WRKDIR}/BL_SRC