diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-03 14:54:51 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-03 14:54:51 +0800 |
commit | 06ee8d0762ebb863f544851cdde833c28f995ada (patch) | |
tree | 48d7b16d7bae8948532d1be77e73865c8a283619 /graphics/glew | |
parent | 1c7ac185bb767032253cbf9c0fb1004c02b1b72d (diff) | |
download | freebsd-ports-gnome-06ee8d0762ebb863f544851cdde833c28f995ada.tar.gz freebsd-ports-gnome-06ee8d0762ebb863f544851cdde833c28f995ada.tar.zst freebsd-ports-gnome-06ee8d0762ebb863f544851cdde833c28f995ada.zip |
- Revert the previous commit
Suggested by: mezz
Diffstat (limited to 'graphics/glew')
-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: |