From owner-svn-ports-all@FreeBSD.ORG Mon May 19 13:31:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8049A557; Mon, 19 May 2014 13:31:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A1892C76; Mon, 19 May 2014 13:31:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JDVfjb041505; Mon, 19 May 2014 13:31:41 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JDVfCr041504; Mon, 19 May 2014 13:31:41 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405191331.s4JDVfCr041504@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 19 May 2014 13:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354538 - head/devel/qt4-qtsolutions-soap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 13:31:41 -0000 Author: gahr Date: Mon May 19 13:31:40 2014 New Revision: 354538 URL: http://svnweb.freebsd.org/changeset/ports/354538 QAT: https://qat.redports.org/buildarchive/r354538/ Log: - Finally fix build Modified: head/devel/qt4-qtsolutions-soap/Makefile Modified: head/devel/qt4-qtsolutions-soap/Makefile ============================================================================== --- head/devel/qt4-qtsolutions-soap/Makefile Mon May 19 13:04:08 2014 (r354537) +++ head/devel/qt4-qtsolutions-soap/Makefile Mon May 19 13:31:40 2014 (r354538) @@ -3,9 +3,9 @@ MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication -.include "${MASTERDIR}/Makefile" +USE_QT4= qmake_build moc_build rcc_build uic_build network xml gui -USE_QT4?= qmake_build moc_build rcc_build uic_build network xml gui +.include "${MASTERDIR}/Makefile" PORTNAME= qt4-qtsolutions-soap