svn commit: r339135 - head/graphics/libosmesa

Pietro Cerutti gahr at FreeBSD.org
Wed Jan 8 14:21:03 UTC 2014


Author: gahr
Date: Wed Jan  8 14:21:03 2014
New Revision: 339135
URL: http://svnweb.freebsd.org/changeset/ports/339135

Log:
  - Depend on a C11 compiler
  - Bump PORTREVISION
  
  Reported by:	PILOT <pilot513 at gmail.com>

Modified:
  head/graphics/libosmesa/Makefile

Modified: head/graphics/libosmesa/Makefile
==============================================================================
--- head/graphics/libosmesa/Makefile	Wed Jan  8 14:00:02 2014	(r339134)
+++ head/graphics/libosmesa/Makefile	Wed Jan  8 14:21:03 2014	(r339135)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libosmesa
 PORTVERSION=	10.0.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/
 DISTNAME=	MesaLib-${PORTVERSION}
@@ -13,7 +14,7 @@ COMMENT=	Off-Screen Mesa implementation 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
 
-USES+=		gmake pkgconfig
+USES+=		gmake pkgconfig compiler:c11
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_PYTHON=	2


More information about the svn-ports-all mailing list