svn commit: r348505 - head/games/palomino

Rusmir Dusko nemysis at FreeBSD.org
Mon Mar 17 21:47:40 UTC 2014


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


More information about the svn-ports-head mailing list