Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 17:49:39 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353881 - head/graphics/ogre3d
Message-ID:  <201405121749.s4CHndSu066030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 12 17:49:39 2014
New Revision: 353881
URL: http://svnweb.freebsd.org/changeset/ports/353881
QAT: https://qat.redports.org/buildarchive/r353881/

Log:
  - Fix RUN_DEPENDS for BOOST
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/ogre3d/Makefile

Modified: head/graphics/ogre3d/Makefile
==============================================================================
--- head/graphics/ogre3d/Makefile	Mon May 12 17:47:40 2014	(r353880)
+++ head/graphics/ogre3d/Makefile	Mon May 12 17:49:39 2014	(r353881)
@@ -27,7 +27,7 @@ USE_XORG=	xaw xrandr
 
 .if ${PORT_OPTIONS:MBOOST}
 BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-RUND_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
+RUN_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 PLIST_SUB+=	BOOSTTRUE=""
 PLIST_SUB+=	BOOSTFALSE="@comment "
 .else



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