git: 8532b6f5d078 - main - graphics/glew: drop unused dependencies after 0ccfc073ab99

Jan Beich jbeich at FreeBSD.org
Fri Aug 27 15:44:00 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8532b6f5d0782df7f5243758bd67f458758dfeb0

commit 8532b6f5d0782df7f5243758bd67f458758dfeb0
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-04 21:17:36 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-27 15:40:55 +0000

    graphics/glew: drop unused dependencies after 0ccfc073ab99
    
    * -lGLU dropped in https://github.com/nigels-com/glew/commit/3828cfb38c7b
    * -lXmu -lXi -lXext dropped in https://github.com/nigels-com/glew/commit/d03b68e40d00
    
    PR:             257626
    Approved by:    maintainer timeout (3 weeks)
---
 graphics/glew/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile
index 468aabfa59fa..c367b5043ba4 100644
--- a/graphics/glew/Makefile
+++ b/graphics/glew/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	glew
 PORTVERSION=	2.2.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -13,8 +13,8 @@ LICENSE=	MIT BSD3CLAUSE
 LICENSE_COMB=	dual
 
 USES=		gmake gl tar:tgz xorg
-USE_XORG?=	x11 xext xi xmu
-USE_GL?=	gl glu
+USE_XORG?=	x11
+USE_GL?=	gl
 USE_LDCONFIG=	yes
 
 MAKE_ENV=	GLEW_DEST=${PREFIX} GLEW_PREFIX=${PREFIX}


More information about the dev-commits-ports-all mailing list