Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 18:05:27 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346686 - head/math/libqalculate
Message-ID:  <201403011805.s21I5Rlf093413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011805.s21I5Rlf093413>