aboutsummaryrefslogtreecommitdiff
path: root/games/mvdsv
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-11-10 23:24:40 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-11-10 23:24:40 +0000
commit1dc27036061914a84f4a813de0757c29a1b334f0 (patch)
tree683e991205a0e7a8e5935fd108f1d9a673c90e78 /games/mvdsv
parent71543394084828f2fdc4460bcc323259e42d5faf (diff)
downloadports-1dc27036061914a84f4a813de0757c29a1b334f0.tar.gz
ports-1dc27036061914a84f4a813de0757c29a1b334f0.zip
Fix the build of slave port, `games/qwdtools'.
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=202617
Diffstat (limited to 'games/mvdsv')
-rw-r--r--games/mvdsv/files/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/mvdsv/files/Makefile b/games/mvdsv/files/Makefile
index c1f6bf109027..1fe73a451a1a 100644
--- a/games/mvdsv/files/Makefile
+++ b/games/mvdsv/files/Makefile
@@ -108,6 +108,8 @@ QWDTOOLS_AS_OBJS = \
bothtoolsa.o
.endif
+QWDTOOLS_LIBS = -lm
+
########################################################################
.c.o:
@@ -123,7 +125,7 @@ mvdsv: ${SV_OBJS} ${SV_AS_OBJS} .PHONY
qwdtools: ${QWDTOOLS_OBJS} ${QWDTOOLS_AS_OBJS} .PHONY
${CC} ${CFLAGS} -o ../qwdtools ${QWDTOOLS_OBJS} \
- ${QWDTOOLS_AS_OBJS}
+ ${QWDTOOLS_AS_OBJS} ${QWDTOOLS_LIBS}
clean:
-rm -f *.o *.core