svn commit: r406598 - head/games/minecraft-client

Steve Wills swills at FreeBSD.org
Mon Jan 18 17:28:01 UTC 2016


Author: swills
Date: Mon Jan 18 17:28:00 2016
New Revision: 406598
URL: https://svnweb.freebsd.org/changeset/ports/406598

Log:
  games/minecraft-client: switch to USES=openal

Modified:
  head/games/minecraft-client/Makefile

Modified: head/games/minecraft-client/Makefile
==============================================================================
--- head/games/minecraft-client/Makefile	Mon Jan 18 17:15:37 2016	(r406597)
+++ head/games/minecraft-client/Makefile	Mon Jan 18 17:28:00 2016	(r406598)
@@ -15,10 +15,10 @@ EXTRACT_ONLY=
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Client for the block building game
 
-LIB_DEPENDS=	libopenal.so:${PORTSDIR}/audio/openal-soft
 RUN_DEPENDS=	${JAVALIBDIR}/lwjgl/lwjgl.jar:${PORTSDIR}/games/lwjgl
 
 WRKSRC=		${WRKDIR}
+USES=		openal
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_JAVA=	yes


More information about the svn-ports-all mailing list