Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 10:01:37 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424314 - head/math/qalculate
Message-ID:  <201610201001.u9KA1bj5035320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Oct 20 10:01:36 2016
New Revision: 424314
URL: https://svnweb.freebsd.org/changeset/ports/424314

Log:
  Fix build on 9.x
  
  Reported by:	pkg-fallout

Modified:
  head/math/qalculate/Makefile

Modified: head/math/qalculate/Makefile
==============================================================================
--- head/math/qalculate/Makefile	Thu Oct 20 09:09:58 2016	(r424313)
+++ head/math/qalculate/Makefile	Thu Oct 20 10:01:36 2016	(r424314)
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libcln.so:math/cln \
 RUN_DEPENDS=	gnuplot:math/gnuplot \
 		wget:ftp/wget
 
-USES=		autoreconf gettext gmake libtool:build localbase pkgconfig
+USES=		autoreconf compiler:c++11-lang gettext gmake \
+		libtool:build localbase pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool libxml2
 GNU_CONFIGURE=	yes
 DATADIR=	share/${GH_PROJECT}



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