svn commit: r370358 - head/www/webkit-qt5

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 15:59:47 UTC 2014


Author: bapt
Date: Tue Oct  7 15:59:46 2014
New Revision: 370358
URL: https://svnweb.freebsd.org/changeset/ports/370358
QAT: https://qat.redports.org/buildarchive/r370358/

Log:
  Fix without gperf in base

Modified:
  head/www/webkit-qt5/Makefile

Modified: head/www/webkit-qt5/Makefile
==============================================================================
--- head/www/webkit-qt5/Makefile	Tue Oct  7 15:59:10 2014	(r370357)
+++ head/www/webkit-qt5/Makefile	Tue Oct  7 15:59:46 2014	(r370358)
@@ -26,7 +26,7 @@ USE_RUBY=	yes
 RUBY_NO_RUN_DEPENDS=	yes
 USE_SQLITE=	3
 USE_XORG=	x11 xcomposite xrender
-USES=		bison:build gmake perl5 pkgconfig python:build qmake:outsource
+USES=		bison gmake gperf perl5 pkgconfig python:build qmake:outsource
 # Keep make(1) from descending into obj/ subdirectories during tests.
 CONFIGURE_ENV=	MAKEOBJDIR=.
 # Use flex(1) from ports.


More information about the svn-ports-all mailing list