aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-08 22:21:03 +0800
committergahr <gahr@FreeBSD.org>2014-01-08 22:21:03 +0800
commit66639595a2762d3a84bace760d5a9ab1d6a7fcb6 (patch)
treecaa328a67303e393c8cfb7befac5c481b0e32936 /graphics
parent2fd807ddb3d4a1103511231360eec01919c0b1b0 (diff)
downloadfreebsd-ports-gnome-66639595a2762d3a84bace760d5a9ab1d6a7fcb6.tar.gz
freebsd-ports-gnome-66639595a2762d3a84bace760d5a9ab1d6a7fcb6.tar.zst
freebsd-ports-gnome-66639595a2762d3a84bace760d5a9ab1d6a7fcb6.zip
- Depend on a C11 compiler
- Bump PORTREVISION Reported by: PILOT <pilot513@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libosmesa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index ddb54faf37cb..2d672407fb4e 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -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 of the OpenGL API
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