Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2012 17:48:53 +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: r303195 - head/graphics/gource
Message-ID:  <201208261748.q7QHmr2W059719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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