svn commit: r373625 - branches/2014Q4/games/openyahtzee

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 29 15:14:43 UTC 2014


Author: amdmi3
Date: Sat Nov 29 15:14:43 2014
New Revision: 373625
URL: https://svnweb.freebsd.org/changeset/ports/373625
QAT: https://qat.redports.org/buildarchive/r373625/

Log:
  MFH: r373592
  
  - Fix build on < 10.x
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (rea)

Modified:
  branches/2014Q4/games/openyahtzee/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/games/openyahtzee/Makefile
==============================================================================
--- branches/2014Q4/games/openyahtzee/Makefile	Sat Nov 29 15:12:33 2014	(r373624)
+++ branches/2014Q4/games/openyahtzee/Makefile	Sat Nov 29 15:14:43 2014	(r373625)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs
 
-USES=		tar:bzip2 compiler:c++11-lang
+USES=		compiler:c++11-lib tar:bzip2
 USE_WX=		2.8
 WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute


More information about the svn-ports-branches mailing list