From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 18:05:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E9336D; Sat, 1 Mar 2014 18:05:28 +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 EF3F2109E; Sat, 1 Mar 2014 18:05:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21I5RK4093414; Sat, 1 Mar 2014 18:05:27 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21I5Rlf093413; Sat, 1 Mar 2014 18:05:27 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403011805.s21I5Rlf093413@svn.freebsd.org> From: Martin Wilke Date: Sat, 1 Mar 2014 18:05:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346686 - 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-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: Sat, 01 Mar 2014 18:05:28 -0000 Author: miwi Date: Sat Mar 1 18:05:27 2014 New Revision: 346686 URL: http://svnweb.freebsd.org/changeset/ports/346686 QAT: https://qat.redports.org/buildarchive/r346686/ Log: - Stage support Modified: head/math/libqalculate/Makefile Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Sat Mar 1 18:04:57 2014 (r346685) +++ head/math/libqalculate/Makefile Sat Mar 1 18:05:27 2014 (r346686) @@ -12,14 +12,11 @@ COMMENT= Multi-purpose desktop calculato LIB_DEPENDS= cln:${PORTSDIR}/math/cln -USES= pkgconfig -USE_GNOME= glib20 gnomehack intlhack libxml2 -USE_GMAKE= yes +USES= pkgconfig pathfix gmake +USE_GNOME= glib20 intlhack libxml2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include