diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 04:04:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 04:04:41 +0800 |
commit | 46bfc80104c62ec02fab12f29defeab546c710c1 (patch) | |
tree | 8f4f8c6c137781e394e0c97bd721c8c67e4d9273 /graphics | |
parent | 6db7185fd660ef360f57fc27f917b8529470d0bb (diff) | |
download | freebsd-ports-gnome-46bfc80104c62ec02fab12f29defeab546c710c1.tar.gz freebsd-ports-gnome-46bfc80104c62ec02fab12f29defeab546c710c1.tar.zst freebsd-ports-gnome-46bfc80104c62ec02fab12f29defeab546c710c1.zip |
- Get rid of USE_X_PREFIX.
- Use SF macro
PR: 121890
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
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 |