Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 12:00:08 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330740 - head/graphics/scantailor
Message-ID:  <201310181200.r9IC08ga019408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Fri Oct 18 12:00:08 2013
New Revision: 330740
URL: http://svnweb.freebsd.org/changeset/ports/330740

Log:
  - Fixed build on 10.x
  - Added depend by GCC
  
  Approved by:	eadler, osa, rm (mentors, implicit)

Modified:
  head/graphics/scantailor/Makefile

Modified: head/graphics/scantailor/Makefile
==============================================================================
--- head/graphics/scantailor/Makefile	Fri Oct 18 11:59:17 2013	(r330739)
+++ head/graphics/scantailor/Makefile	Fri Oct 18 12:00:08 2013	(r330740)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 
 USES=		cmake gettext iconv
+USE_GCC=	yes
 USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build \
 		linguist_build
 



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