diff options
-rw-r--r-- | graphics/libosmesa/Makefile | 6 | ||||
-rw-r--r-- | graphics/libosmesa/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 2b4798c3e01d..70b4fc4406aa 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libosmesa -PORTVERSION= 9.2.2 +PORTVERSION= 9.2.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/ DISTNAME= MesaLib-${PORTVERSION} @@ -13,8 +13,6 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -CONFLICTS= mesagl-mangled-* - USES+= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes @@ -47,7 +45,7 @@ post-patch: pre-configure: # following line is borrowed from graphics/libGL/bsd.mesalib.mk - cd ${WRKSRC} && env NOCONFIGURE=1 sh autogen.sh + cd ${WRKSRC} && ${SETENV} NOCONFIGURE=1 ${SH} autogen.sh do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/Mesa/GL diff --git a/graphics/libosmesa/distinfo b/graphics/libosmesa/distinfo index 9eb6f1396c0b..dfe00a6e0681 100644 --- a/graphics/libosmesa/distinfo +++ b/graphics/libosmesa/distinfo @@ -1,2 +1,2 @@ -SHA256 (MesaLib-9.2.2.tar.bz2) = c78a5035233672844cf2492fe82dc10877e12026be227d04469d6ca6ac656a3d -SIZE (MesaLib-9.2.2.tar.bz2) = 6664280 +SHA256 (MesaLib-9.2.3.tar.bz2) = e06d4c0d9f93391be7944e5f063fc70226a273a797934ff6602ee6cd5719175d +SIZE (MesaLib-9.2.3.tar.bz2) = 6665764 |