From owner-svn-ports-branches@FreeBSD.ORG Sat Nov 29 15:14:43 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D67137CA; Sat, 29 Nov 2014 15:14:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C31321E8; Sat, 29 Nov 2014 15:14:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sATFEhnC041413; Sat, 29 Nov 2014 15:14:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sATFEhO1041412; Sat, 29 Nov 2014 15:14:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411291514.sATFEhO1041412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 29 Nov 2014 15:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r373625 - branches/2014Q4/games/openyahtzee X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 15:14:43 -0000 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