svn commit: r349566 - head/net/qjsonrpc

Pawel Pekala pawel at FreeBSD.org
Sat Mar 29 16:59:00 UTC 2014


Author: pawel
Date: Sat Mar 29 16:58:59 2014
New Revision: 349566
URL: http://svnweb.freebsd.org/changeset/ports/349566
QAT: https://qat.redports.org/buildarchive/r349566/

Log:
  USES=qmake already implies build dependency on qmake
  
  Submitted by:	makc

Modified:
  head/net/qjsonrpc/Makefile

Modified: head/net/qjsonrpc/Makefile
==============================================================================
--- head/net/qjsonrpc/Makefile	Sat Mar 29 16:41:25 2014	(r349565)
+++ head/net/qjsonrpc/Makefile	Sat Mar 29 16:58:59 2014	(r349566)
@@ -14,7 +14,7 @@ COMMENT=	C++ Qt based JSON RPC2 library
 LICENSE=	LGPL21
 
 USES=		qmake
-USE_QT4=	moc_build network qmake_build qtestlib_build rcc_build
+USE_QT4=	moc_build network qtestlib_build rcc_build
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/devonit-qjsonrpc-b138256fe2b8


More information about the svn-ports-head mailing list