From owner-svn-ports-all@FreeBSD.ORG Fri Jan 17 15:21:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E120A7B2; Fri, 17 Jan 2014 15:21:15 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD4331D69; Fri, 17 Jan 2014 15:21:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HFLFeH036277; Fri, 17 Jan 2014 15:21:15 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HFLFSi036276; Fri, 17 Jan 2014 15:21:15 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201401171521.s0HFLFSi036276@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Jan 2014 15:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340055 - head/x11/xterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 15:21:16 -0000 Author: ehaupt Date: Fri Jan 17 15:21:15 2014 New Revision: 340055 URL: http://svnweb.freebsd.org/changeset/ports/340055 QAT: https://qat.redports.org/buildarchive/r340055/ Log: Fix LUIT_BUILD_DEPENDS. Modified: head/x11/xterm/Makefile Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Fri Jan 17 15:18:17 2014 (r340054) +++ head/x11/xterm/Makefile Fri Jan 17 15:21:15 2014 (r340055) @@ -38,7 +38,7 @@ WCHAR_DESC= Enable wide-character suppor OPTIONS_DEFAULT=WCHAR LUIT 256COLOR 256COLOR_CONFIGURE_ENABLE= 256-color -LUIT_BUILD_DEPENDS= libluit.so:${PORTSDIR}/x11/luit +LUIT_BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit LUIT_CONFIGURE_ENABLE= luit WCHAR_CONFIGURE_ENABLE= wide-chars DECTERM_CONFIGURE_ENABLE= dec-locator