svn commit: r353881 - head/graphics/ogre3d

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 12 17:49:40 UTC 2014


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


More information about the svn-ports-all mailing list