svn commit: r303195 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Sun Aug 26 17:48:53 UTC 2012


Author: demon
Date: Sun Aug 26 17:48:53 2012
New Revision: 303195
URL: http://svn.freebsd.org/changeset/ports/303195

Log:
  Correct dependency.
  
  Noted by:	beat

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Sun Aug 26 17:33:12 2012	(r303194)
+++ head/graphics/gource/Makefile	Sun Aug 26 17:48:53 2012	(r303195)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	SDL_image:${PORTSDIR}/graph
 		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



More information about the svn-ports-all mailing list