From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 21:47:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B6358C3; Mon, 17 Mar 2014 21:47:40 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 385FDD81; Mon, 17 Mar 2014 21:47:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HLleDo070906; Mon, 17 Mar 2014 21:47:40 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2HLlehE070905; Mon, 17 Mar 2014 21:47:40 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403172147.s2HLlehE070905@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 17 Mar 2014 21:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348505 - head/games/palomino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 21:47:40 -0000 Author: nemysis Date: Mon Mar 17 21:47:39 2014 New Revision: 348505 URL: http://svnweb.freebsd.org/changeset/ports/348505 QAT: https://qat.redports.org/buildarchive/r348505/ Log: - Use the new format for LIB_DEPENDS - Use tar:xz instead of USE_XZ=yes Modified: head/games/palomino/Makefile Modified: head/games/palomino/Makefile ============================================================================== --- head/games/palomino/Makefile Mon Mar 17 20:44:45 2014 (r348504) +++ head/games/palomino/Makefile Mon Mar 17 21:47:39 2014 (r348505) @@ -16,10 +16,9 @@ COMMENT= Action flight simulation comput LICENSE= GPLv2 -LIB_DEPENDS= osg:${PORTSDIR}/graphics/osg +LIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg -USE_XZ= yes -USES= cmake +USES= cmake tar:xz USE_GL= gl USE_LUA= 5.1 LUA_COMPS= lua:build