From owner-svn-ports-head@FreeBSD.ORG Mon Feb 16 21:19:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB33B6E6; Mon, 16 Feb 2015 21:19:26 +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 A5B6F175; Mon, 16 Feb 2015 21:19:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GLJQfu050752; Mon, 16 Feb 2015 21:19:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1GLJQIH050751; Mon, 16 Feb 2015 21:19:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502162119.t1GLJQIH050751@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 16 Feb 2015 21:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379112 - head/math/libqalculate 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: Mon, 16 Feb 2015 21:19:26 -0000 Author: pi Date: Mon Feb 16 21:19:25 2015 New Revision: 379112 URL: https://svnweb.freebsd.org/changeset/ports/379112 QAT: https://qat.redports.org/buildarchive/r379112/ Log: math/libqalculate: really fix build in poudriere with both NLS cases PR: 195908 Submitted by: tijl Modified: head/math/libqalculate/Makefile Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Mon Feb 16 21:17:04 2015 (r379111) +++ head/math/libqalculate/Makefile Mon Feb 16 21:19:25 2015 (r379112) @@ -12,7 +12,7 @@ COMMENT= Multi-purpose desktop calculato LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln -USES= pkgconfig pathfix gmake libtool +USES= pkgconfig pathfix gmake libtool gettext-tools USE_GNOME= glib20 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -23,11 +23,9 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -.include +NLS_USES= gettext-runtime -.if !${PORT_OPTIONS:MNLS} -USES+= gettext -.endif +.include post-patch: .if !${PORT_OPTIONS:MNLS}