1
0
forked from ports/opt

mesa3d: change libglut comment to freeglut

This commit is contained in:
Nick Steeves 2005-12-14 10:08:36 +00:00
parent 95918b0ded
commit 9aaad9137a

View File

@ -22,7 +22,7 @@ build() {
mkdir -p $PKG/usr/{lib,include}
bin/installmesa $PKG/usr
# provided by x11 / libglut
# provided by x11 / freeglut
for f in gl.h glext.h glu.h glx.h glxext.h osmesa.h ; do
rm $PKG/usr/include/GL/$f
done