diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-08 00:15:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-08 00:15:34 +0000 |
commit | 4ede5e9b248f4c96a8d9617f4fbc241f489d7235 (patch) | |
tree | 39be84d6997d264d9ca2a8ab4f521d044421e824 /games/heroes | |
parent | 0c79f0cee3bdd8cbcdbd6c01136a4ccc835690ca (diff) | |
download | ports-4ede5e9b248f4c96a8d9617f4fbc241f489d7235.tar.gz ports-4ede5e9b248f4c96a8d9617f4fbc241f489d7235.zip |
Notes
Diffstat (limited to 'games/heroes')
-rw-r--r-- | games/heroes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 30d10011046e..9a0029491ca1 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -47,7 +47,7 @@ MAN6= heroes.6 heroeslvl.6 INFO= heroes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -lsmpeg ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -lsmpeg -lm ${PTHREAD_LIBS} NO_STAGE= yes pre-everything:: |