svn commit: r425959 - head/x11-fm/gnome-commander2

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 12 15:23:37 UTC 2016


Author: amdmi3
Date: Sat Nov 12 15:23:36 2016
New Revision: 425959
URL: https://svnweb.freebsd.org/changeset/ports/425959

Log:
  - Fix build on 9.x by specifying c++ standard requirements
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fm/gnome-commander2/Makefile

Modified: head/x11-fm/gnome-commander2/Makefile
==============================================================================
--- head/x11-fm/gnome-commander2/Makefile	Sat Nov 12 15:16:56 2016	(r425958)
+++ head/x11-fm/gnome-commander2/Makefile	Sat Nov 12 15:23:36 2016	(r425959)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libunique-1.0.so:x11-toolki
 RUN_DEPENDS=	meld:textproc/meld \
 		yelp:x11/yelp
 
-USES=		gettext gmake libtool pathfix pkgconfig python tar:xz
+USES=		compiler:c++11-lang gettext gmake libtool pathfix pkgconfig python tar:xz
 USE_GNOME=	cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui
 USE_XORG=	ice sm
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list