Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2016 17:28:00 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406598 - head/games/minecraft-client
Message-ID:  <201601181728.u0IHS0IW037935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601181728.u0IHS0IW037935>