svn commit: r372856 - head/graphics/evince
Koop Mast
kwm at FreeBSD.org
Thu Nov 20 07:19:14 UTC 2014
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
More information about the svn-ports-all
mailing list