Date: Mon, 17 Mar 2014 21:47:40 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348505 - head/games/palomino Message-ID: <201403172147.s2HLlehE070905@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403172147.s2HLlehE070905>