pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qt5-qtbase-git: Check for packages in wip/, before calling qmake



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun May 22 01:27:51 2016 +0200
Changeset:	a36724c1b104255b2603277ba8574f97ce44c95e

Modified Files:
	qt5-qtbase-git/Makefile.common

Log Message:
qt5-qtbase-git: Check for packages in wip/, before calling qmake

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a36724c1b104255b2603277ba8574f97ce44c95e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt5-qtbase-git/Makefile.common | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/qt5-qtbase-git/Makefile.common b/qt5-qtbase-git/Makefile.common
index 1034252..ed15052 100644
--- a/qt5-qtbase-git/Makefile.common
+++ b/qt5-qtbase-git/Makefile.common
@@ -56,9 +56,9 @@ PLIST.unix=		yes
 # avoid creating a .qt directory in the users home directory
 SCRIPTS_ENV+=		HOME=${WRKDIR}
 
-.if empty(PKGPATH:Mx11/qt5-qtbase) \
-	&& empty(PKGPATH:Mx11/qt5-odbc) && empty(PKGPATH:Mx11/qt5-mysql) \
-	&& empty(PKGPATH:Mx11/qt5-psql) && empty(PKGPATH:Mx11/qt5-sqlite3)
+.if empty(PKGPATH:Mwip/qt5-qtbase-git) \
+	&& empty(PKGPATH:Mwip/qt5-odbc-git) && empty(PKGPATH:Mwip/qt5-mysql-git) \
+	&& empty(PKGPATH:Mwip/qt5-psql-git) && empty(PKGPATH:Mwip/qt5-sqlite3-git)
 do-configure:
 	cd ${WRKSRC} && ${QTPREFIX}/bin/qmake -o Makefile
 .endif


Home | Main Index | Thread Index | Old Index