Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2021 15:43:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8532b6f5d078 - main - graphics/glew: drop unused dependencies after 0ccfc073ab99
Message-ID:  <202108271543.17RFhx7i002185@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 8532b6f5d0782df7f5243758bd67f458758dfeb0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-04 21:17:36 +0000
Commit:     Jan Beich <jbeich@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}



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