svn commit: r302397 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Fri Aug 10 18:11:04 UTC 2012


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



More information about the svn-ports-head mailing list