diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-08-04 21:17:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-08-27 15:40:55 +0000 |
commit | 8532b6f5d0782df7f5243758bd67f458758dfeb0 (patch) | |
tree | 7e0f81b4c506cc0a68154e3efe37c0ee39cddb4d | |
parent | fef01f2dba0016fca94415e8304c3e9194069218 (diff) |
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)
-rw-r--r-- | graphics/glew/Makefile | 6 |
1 files 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} |