From owner-svn-ports-head@FreeBSD.ORG Fri May 10 20:44:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0D0C1264; Fri, 10 May 2013 20:44:51 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F29FF7FF; Fri, 10 May 2013 20:44:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4AKiocU043215; Fri, 10 May 2013 20:44:50 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4AKioL6043214; Fri, 10 May 2013 20:44:50 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201305102044.r4AKioL6043214@svn.freebsd.org> From: Lars Engels Date: Fri, 10 May 2013 20:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317842 - head/x11-wm/wmconfig 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.14 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, 10 May 2013 20:44:51 -0000 Author: lme Date: Fri May 10 20:44:50 2013 New Revision: 317842 URL: http://svnweb.freebsd.org/changeset/ports/317842 Log: Fix plist Modified: head/x11-wm/wmconfig/Makefile Modified: head/x11-wm/wmconfig/Makefile ============================================================================== --- head/x11-wm/wmconfig/Makefile Fri May 10 20:44:03 2013 (r317841) +++ head/x11-wm/wmconfig/Makefile Fri May 10 20:44:50 2013 (r317842) @@ -24,14 +24,14 @@ OPTIONS_DEFAULT= NLS DOCS .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls -PLIST_SUB= NLS="@comment " +PLIST_SUB+= NLS="@comment " .endif post-install: