From owner-svn-ports-head@FreeBSD.ORG Fri Oct 17 11:45:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DB7FF88; Fri, 17 Oct 2014 11:45:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A061C10; Fri, 17 Oct 2014 11:45:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HBjb97097485; Fri, 17 Oct 2014 11:45:37 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HBjbYq097484; Fri, 17 Oct 2014 11:45:37 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201410171145.s9HBjbYq097484@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 17 Oct 2014 11:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371048 - head/graphics/dri X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 11:45:37 -0000 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