Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2012 18:11:04 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302397 - head/graphics/gource
Message-ID:  <201208101811.q7AIB45M062165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Fri Aug 10 18:11:04 2012
New Revision: 302397
URL: http://svn.freebsd.org/changeset/ports/302397

Log:
  Add mission dependency.

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Fri Aug 10 17:59:40 2012	(r302396)
+++ head/graphics/gource/Makefile	Fri Aug 10 18:11:04 2012	(r302397)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208101811.q7AIB45M062165>