svn commit: r354538 - head/devel/qt4-qtsolutions-soap

Pietro Cerutti gahr at FreeBSD.org
Mon May 19 13:31:41 UTC 2014


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
 


More information about the svn-ports-all mailing list