diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 05:03:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 05:03:07 +0000 |
commit | e0ee990960c2cfa38e40f4e8db33356923ca610c (patch) | |
tree | 3575b0feb80b24046154d30fc4525d3a89f4508a /graphics/glew | |
parent | d7f15c1bacea6377e4364760cf5c6aacc883162a (diff) | |
download | ports-e0ee990960c2cfa38e40f4e8db33356923ca610c.tar.gz ports-e0ee990960c2cfa38e40f4e8db33356923ca610c.zip |
- Bring back a part of revision 1.4 which was correct
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=105932
Diffstat (limited to 'graphics/glew')
-rw-r--r-- | graphics/glew/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index cb1222028fa3..830b3b15559d 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -20,6 +20,7 @@ USE_X_PREFIX= yes USE_GL= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ENV= "CC=${CC}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/glewinfo ${PREFIX}/bin |