diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 20:04:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 20:04:41 +0000 |
commit | 9095b71f5aeb56b96fc6d5120afd1b2b0624d390 (patch) | |
tree | f114cf324f8bfc252cbb6a99850b8bfba6b0233e /graphics | |
parent | - Update to 0.2.0.22-rc (diff) |
- Get rid of USE_X_PREFIX.
- Use SF macro
PR: 121890
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Notes
Notes:
svn path=/head/; revision=209478
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glew/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index 7592f4d831b1..4162f7f796c9 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -7,16 +7,15 @@ PORTNAME= glew PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF EXTRACT_SUFX= -src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= The OpenGL Extension Wrangler Library -USE_X_PREFIX= yes +USE_XORG= x11 xext xi xmu USE_GMAKE= yes USE_GL= yes USE_LDCONFIG= yes |