svn commit: r345105 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Wed Feb 19 15:45:17 UTC 2014


Author: demon
Date: Wed Feb 19 15:45:17 2014
New Revision: 345105
URL: http://svnweb.freebsd.org/changeset/ports/345105
QAT: https://qat.redports.org/buildarchive/r345105/

Log:
  Try to fix build on older systems.

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Wed Feb 19 15:44:00 2014	(r345104)
+++ head/graphics/gource/Makefile	Wed Feb 19 15:45:17 2014	(r345105)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libSDL_image.so:${PORTSDIR}
 RUN_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig compiler:c++11-lang
+USES=		gmake pkgconfig
+USE_GCC=	yes
 
 CONFIGURE_ARGS+=--with-boost-system=boost_system \
 		--with-boost-filesystem=boost_filesystem


More information about the svn-ports-all mailing list