svn commit: r424314 - head/math/qalculate

Jason E. Hale jhale at FreeBSD.org
Thu Oct 20 10:01:38 UTC 2016


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}


More information about the svn-ports-head mailing list