Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 07:19:13 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372856 - head/graphics/evince
Message-ID:  <201411200719.sAK7JDhW007062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Nov 20 07:19:13 2014
New Revision: 372856
URL: https://svnweb.freebsd.org/changeset/ports/372856
QAT: https://qat.redports.org/buildarchive/r372856/

Log:
  Switch compiler:c++11-lang with compiler:c++11-lib to fix the build on 9.x
  
  Submitted by:	antione@

Modified:
  head/graphics/evince/Makefile

Modified: head/graphics/evince/Makefile
==============================================================================
--- head/graphics/evince/Makefile	Thu Nov 20 07:19:07 2014	(r372855)
+++ head/graphics/evince/Makefile	Thu Nov 20 07:19:13 2014	(r372856)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	gnome-icon-theme>=0:${PORTS
 		adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
-USES=		compiler:c++11-lang desktop-file-utils gettext gmake libtool \
+USES=		compiler:c++11-lib desktop-file-utils gettext gmake libtool \
 		pathfix pkgconfig tar:xz
 USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
 USE_LDCONFIG=	yes



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