diff options
author | acm <acm@FreeBSD.org> | 2006-12-03 14:54:51 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-03 14:54:51 +0800 |
commit | 016cf33ef0258d9b1f91de92ba66f7bf892ba624 (patch) | |
tree | d63a8bbaee4dd3cc865e8f5d3f1c896303f0a566 /graphics | |
parent | 302a1cec1173bf830fcd0a8b1df85d3313f872bb (diff) | |
download | freebsd-ports-gnome-016cf33ef0258d9b1f91de92ba66f7bf892ba624.tar.gz freebsd-ports-gnome-016cf33ef0258d9b1f91de92ba66f7bf892ba624.tar.zst freebsd-ports-gnome-016cf33ef0258d9b1f91de92ba66f7bf892ba624.zip |
- Revert the previous commit
Suggested by: mezz
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index 918cb5c4ab6b..8df52b568881 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -15,10 +15,10 @@ EXTRACT_SUFX= -src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= The OpenGL Extension Wrangler Library +USE_X_PREFIX= yes USE_GMAKE= yes USE_GL= yes USE_LDCONFIG= yes -USE_XLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME} do-install: |