aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2012-08-11 02:11:04 +0800
committerdemon <demon@FreeBSD.org>2012-08-11 02:11:04 +0800
commit6fbcef2fe963f0a8d92d0fa5d87db485d84feb61 (patch)
treeed96e51e6aa57a65d2a39e123f36db618feefe54
parent2ee13a8c92c415f2e55b46867892089ae9ab9078 (diff)
downloadfreebsd-ports-gnome-6fbcef2fe963f0a8d92d0fa5d87db485d84feb61.tar.gz
freebsd-ports-gnome-6fbcef2fe963f0a8d92d0fa5d87db485d84feb61.tar.zst
freebsd-ports-gnome-6fbcef2fe963f0a8d92d0fa5d87db485d84feb61.zip
Add mission dependency.
-rw-r--r--graphics/gource/Makefile3
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