1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add dependency on textproc/py-libxml2

- Bump PORTREVISION

Reported by:	ph (via pav)
This commit is contained in:
Pietro Cerutti 2012-03-05 11:02:55 +00:00
parent 45624f05bc
commit 04334b16ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292728

View File

@ -7,6 +7,7 @@
PORTNAME= libosmesa
PORTVERSION= 8.0.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/
DISTNAME= MesaLib-${PORTVERSION}
@ -17,7 +18,8 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
talloc.2:${PORTSDIR}/devel/talloc
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \
bison:${PORTSDIR}/devel/bison
bison:${PORTSDIR}/devel/bison \
${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
CONFLICTS= mesagl-mangled-*
@ -26,6 +28,7 @@ USE_GCC= 4.2+
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-driver=osmesa --with-osmesa-bits=32 \
--with-gallium-drivers= --disable-asm \