pkgsrc-WIP-changes archive

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

qt5-qscintilla: fix some paths to refer to wip



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Nov 30 13:31:03 2022 +0100
Changeset:	023864ff7ea4d1e3837ca35a7e54efbf1d901625

Modified Files:
	qt5-qscintilla/Makefile
	qt5-qscintilla/buildlink3.mk

Log Message:
qt5-qscintilla: fix some paths to refer to wip

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

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

diffstat:
 qt5-qscintilla/Makefile      | 2 +-
 qt5-qscintilla/buildlink3.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/qt5-qscintilla/Makefile b/qt5-qscintilla/Makefile
index c363e12752..09c3a7d4fb 100644
--- a/qt5-qscintilla/Makefile
+++ b/qt5-qscintilla/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.15 2022/11/23 16:19:12 adam Exp $
 
-.include "../../x11/qt5-qscintilla/Makefile.common"
+.include "../../wip/qt5-qscintilla/Makefile.common"
 
 PKGNAME=	qt5-${DISTNAME:S/_src//:tl}
 COMMENT=	Scintilla C++ editor class for Qt5
diff --git a/qt5-qscintilla/buildlink3.mk b/qt5-qscintilla/buildlink3.mk
index ece24f75e4..b135127b84 100644
--- a/qt5-qscintilla/buildlink3.mk
+++ b/qt5-qscintilla/buildlink3.mk
@@ -7,7 +7,7 @@ QT5_QSCINTILLA_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qt5-qscintilla+=	qt5-qscintilla>=2.11.2
 BUILDLINK_ABI_DEPENDS.qt5-qscintilla+=	qt5-qscintilla>=2.11.5nb5
-BUILDLINK_PKGSRCDIR.qt5-qscintilla?=	../../x11/qt5-qscintilla
+BUILDLINK_PKGSRCDIR.qt5-qscintilla?=	../../wip/qt5-qscintilla
 
 .include "../../mk/bsd.fast.prefs.mk"
 


Home | Main Index | Thread Index | Old Index