svn commit: r330740 - head/graphics/scantailor

Veniamin Gvozdikov vg at FreeBSD.org
Fri Oct 18 12:00:08 UTC 2013


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
 


More information about the svn-ports-head mailing list