Date: Tue, 26 Nov 2013 21:42:19 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334977 - in head/graphics: dri libGL Message-ID: <201311262142.rAQLgJpd051722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Nov 26 21:42:18 2013 New Revision: 334977 URL: http://svnweb.freebsd.org/changeset/ports/334977 Log: Unbreak build with global unset NLS. Modified: head/graphics/dri/Makefile head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Tue Nov 26 21:30:22 2013 (r334976) +++ head/graphics/dri/Makefile Tue Nov 26 21:42:18 2013 (r334977) @@ -12,7 +12,7 @@ COMMENT= OpenGL hardware acceleration dr LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= pkgconfig +USES+= gettext:build USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto .include <bsd.port.options.mk> Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 21:30:22 2013 (r334976) +++ head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 21:42:18 2013 (r334977) @@ -35,7 +35,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/d python2:${PORTSDIR}/lang/python2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= bison gmake pathfix pkgconfig shebangfix +USES+= bison gmake pathfix pkgconfig shebangfix USE_PYTHON_BUILD=-2.7 USE_BZIP2= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311262142.rAQLgJpd051722>