diff options
author | demon <demon@FreeBSD.org> | 2012-08-11 02:11:04 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-08-11 02:11:04 +0800 |
commit | 6fbcef2fe963f0a8d92d0fa5d87db485d84feb61 (patch) | |
tree | ed96e51e6aa57a65d2a39e123f36db618feefe54 | |
parent | 2ee13a8c92c415f2e55b46867892089ae9ab9078 (diff) | |
download | freebsd-ports-gnome-6fbcef2fe963f0a8d92d0fa5d87db485d84feb61.tar.gz freebsd-ports-gnome-6fbcef2fe963f0a8d92d0fa5d87db485d84feb61.tar.zst freebsd-ports-gnome-6fbcef2fe963f0a8d92d0fa5d87db485d84feb61.zip |
Add mission dependency.
-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 |