forked from Lainports/freebsd-ports
graphics/glew: drop unused dependencies after 0ccfc073ab
* -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)
This commit is contained in:
parent
fef01f2dba
commit
8532b6f5d0
1 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue