diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-08-10 18:11:04 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-08-10 18:11:04 +0000 |
commit | 13e61fa7d059d02a535584bce33bd9221fe8e35e (patch) | |
tree | ed96e51e6aa57a65d2a39e123f36db618feefe54 /graphics | |
parent | Use more apropriate check for Emacs version. (diff) |
Add mission dependency.
Notes
Notes:
svn path=/head/; revision=302397
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gource/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index ddab2a0d0fcf..2ff4351f4184 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ ftgl:${PORTSDIR}/graphics/ftgl \ pcre:${PORTSDIR}/devel/pcre \ - GLEW:${PORTSDIR}/graphics/glew + GLEW:${PORTSDIR}/graphics/glew \ + libboost_filesystem:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes |