Skip to content

Commit

Permalink
graphics/glew: drop unused dependencies after 0ccfc07
Browse files Browse the repository at this point in the history
* -lGLU dropped in nigels-com/glew@3828cfb38c7b
* -lXmu -lXi -lXext dropped in nigels-com/glew@d03b68e40d00

PR:		257626
Approved by:	maintainer timeout (3 weeks)
  • Loading branch information
jbeich committed Aug 27, 2021
1 parent fef01f2 commit 8532b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/glew/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= glew
PORTVERSION= 2.2.0
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= graphics
MASTER_SITES= SF

Expand All @@ -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}
Expand Down

0 comments on commit 8532b6f

Please sign in to comment.