Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 11:45:37 +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: r371048 - head/graphics/dri
Message-ID:  <201410171145.s9HBjbYq097484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Oct 17 11:45:36 2014
New Revision: 371048
URL: https://svnweb.freebsd.org/changeset/ports/371048
QAT: https://qat.redports.org/buildarchive/r371048/

Log:
  Fix the build when NLS is unset.
  
  Submitted by:	mat@

Modified:
  head/graphics/dri/Makefile

Modified: head/graphics/dri/Makefile
==============================================================================
--- head/graphics/dri/Makefile	Fri Oct 17 11:37:29 2014	(r371047)
+++ head/graphics/dri/Makefile	Fri Oct 17 11:45:36 2014	(r371048)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graph
 
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto \
 		presentproto xvmc xshmfence
+USES=		gettext:build
 
 OPTIONS_DEFINE=	TEXTURE
 



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