Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 17:14:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462852 - head/devel/raylib
Message-ID:  <201802241714.w1OHE1Mt083503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 24 17:14:00 2018
New Revision: 462852
URL: https://svnweb.freebsd.org/changeset/ports/462852

Log:
  devel/raylib: Remove the unnecessary dependency openal
  
  PR:		226173
  Submitted by:	Martin Filla <martinfilla@post.cz>
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/raylib/Makefile

Modified: head/devel/raylib/Makefile
==============================================================================
--- head/devel/raylib/Makefile	Sat Feb 24 17:10:08 2018	(r462851)
+++ head/devel/raylib/Makefile	Sat Feb 24 17:14:00 2018	(r462852)
@@ -3,6 +3,7 @@
 PORTNAME=	raylib
 DISTVERSION=	1.9.4
 DISTVERSIONSUFFIX=	-dev
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	martinfilla@post.cz
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 LIB_DEPENDS=	libglfw.so:graphics/glfw
 
-USES=		cmake:outsource openal
+USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	raysan5
 USE_LDCONFIG=	yes



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