svn commit: r371048 - head/graphics/dri

Koop Mast kwm at FreeBSD.org
Fri Oct 17 11:45:37 UTC 2014


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
 


More information about the svn-ports-head mailing list