svn commit: r301823 - head/graphics/qtgtl

Alberto Villa avilla at FreeBSD.org
Wed Aug 1 12:10:41 UTC 2012


Author: avilla
Date: Wed Aug  1 12:10:40 2012
New Revision: 301823
URL: http://svn.freebsd.org/changeset/ports/301823

Log:
  - Add USE_PKGCONFIG=build to fix build.
  - No PORTREVISION bump required as the port was not building.
  
  Reported by:	pointyhat via erwin

Modified:
  head/graphics/qtgtl/Makefile

Modified: head/graphics/qtgtl/Makefile
==============================================================================
--- head/graphics/qtgtl/Makefile	Wed Aug  1 09:11:26 2012	(r301822)
+++ head/graphics/qtgtl/Makefile	Wed Aug  1 12:10:40 2012	(r301823)
@@ -19,10 +19,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	GTLCore.0:${PORTSDIR}/graphics/opengtl
 
-USE_BZIP2=	yes
+USE_PKGCONFIG=	build
 USE_QT4=	gui moc_build qmake_build rcc_build uic_build
-MAKE_JOBS_SAFE=	yes
+USE_BZIP2=	yes
 USE_CMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 
 pre-configure:



More information about the svn-ports-all mailing list