Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 14:21:03 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339135 - head/graphics/libosmesa
Message-ID:  <201401081421.s08EL3l3010170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081421.s08EL3l3010170>