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 | |
parent | d7f15c1bacea6377e4364760cf5c6aacc883162a (diff) |
Notes
Diffstat (limited to 'graphics')
-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 |