svn commit: r322588 - head/devel/qscintilla2-designerplugin

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jul 9 22:05:09 UTC 2013


Author: rakuco
Date: Tue Jul  9 22:05:09 2013
New Revision: 322588
URL: http://svnweb.freebsd.org/changeset/ports/322588

Log:
  Unbreak by setting a working WRKSRC (it changed in recent releases).

Modified:
  head/devel/qscintilla2-designerplugin/Makefile

Modified: head/devel/qscintilla2-designerplugin/Makefile
==============================================================================
--- head/devel/qscintilla2-designerplugin/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
+++ head/devel/qscintilla2-designerplugin/Makefile	Tue Jul  9 22:05:09 2013	(r322588)
@@ -20,7 +20,7 @@ HAS_CONFIGURE=	yes
 
 QMAKE_ARGS=	-unix PREFIX=${PREFIX}
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/designer-Qt4
+WRKSRC=		${WRKDIR}/${DISTNAME}/designer-Qt4Qt5
 
 .include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list