From a7651a4716e7f771d882d00ed9eacb9a049ad006 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sun, 26 Aug 2012 17:48:53 +0000 Subject: [PATCH] Correct dependency. Noted by: beat --- graphics/gource/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 2ff4351f4184..a582bc97df26 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ ftgl:${PORTSDIR}/graphics/ftgl \ pcre:${PORTSDIR}/devel/pcre \ GLEW:${PORTSDIR}/graphics/glew \ - libboost_filesystem:${PORTSDIR}/devel/boost-libs + boost_filesystem:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes