From b6482412f310ba3a53edda5fcf847eb8dc5d990c Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 17 Oct 2014 11:45:36 +0000 Subject: [PATCH] Fix the build when NLS is unset. Submitted by: mat@ --- graphics/dri/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 2dc5bf868e46..daa465d04307 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto \ presentproto xvmc xshmfence +USES= gettext:build OPTIONS_DEFINE= TEXTURE