diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
commit | 7f44153281a28abf9f54db4292179516460951dc (patch) | |
tree | f0cbd198d34668e8d3997d4c3f820de3e33aa98c /graphics/mesagl | |
parent | e2293488c055bab7429297300cdf427d65e13e8a (diff) |
Notes
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 2 | ||||
-rw-r--r-- | graphics/mesagl/pkg-plist | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 0704a2e7a919..a3b8b0b720fa 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} .endif USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ENV+= GLVER="${GLVER}" LIBS="-lm" SUB_GL= src si-glu src-glu diff --git a/graphics/mesagl/pkg-plist b/graphics/mesagl/pkg-plist index 5a6abf581411..e5d4e636b333 100644 --- a/graphics/mesagl/pkg-plist +++ b/graphics/mesagl/pkg-plist @@ -6,14 +6,22 @@ include/GL/glu_mangle.h include/GL/glx.h include/GL/glx_mangle.h include/GL/glext.h +include/GL/glut.h +include/GL/glutf90.h +include/GL/glxext.h include/GL/osmesa.h include/GL/xmesa.h include/GL/xmesa_x.h include/GL/xmesa_xf86.h +lib/libGL.a lib/libGL.so lib/libGL.so.14 +lib/libGLU.a lib/libGLU.so lib/libGLU.so.14 lib/libMesaGL.so lib/libMesaGLU.so +lib/libOSMesa.a +lib/libOSMesa.so +lib/libOSMesa.so.4 @dirrm include/GL |