svn commit: r462852 - head/devel/raylib

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 24 17:14:01 UTC 2018


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 at 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 at 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


More information about the svn-ports-head mailing list