summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-18 08:02:55 +0000
committeradam <adam@pkgsrc.org>2018-01-18 08:02:55 +0000
commitb48b6203572a98738e813bf91be400aa67932505 (patch)
tree54e1e47bedc60804f00a47a6c29f4d8f49dbed94 /x11
parent0c0df25a06450327ce38ff20828ea3ed735eae57 (diff)
downloadpkgsrc-b48b6203572a98738e813bf91be400aa67932505.tar.gz
Removed references to wip
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtbase/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index 6f0917b703c..94694fce741 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2018/01/17 19:30:46 markd Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/01/18 08:02:55 adam Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -58,9 +58,9 @@ PLIST.jit= yes
# avoid creating a .qt directory in the users home directory
SCRIPTS_ENV+= HOME=${WRKDIR}
-.if empty(PKGPATH:Mwip/qt5-qtbase) \
- && empty(PKGPATH:Mwip/qt5-odbc) && empty(PKGPATH:Mwip/qt5-mysql) \
- && empty(PKGPATH:Mwip/qt5-psql) && empty(PKGPATH:Mwip/qt5-sqlite3)
+.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)
do-configure:
cd ${WRKSRC} && ${QTPREFIX}/bin/qmake -o Makefile
.endif