pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qscintilla x11/qt5-qscintilla: add dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4021403cccd3
branches:  trunk
changeset: 412560:4021403cccd3
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Mar 08 15:52:32 2020 +0000

description:
x11/qt5-qscintilla: add dependency on x11/qt5-qtmacextras for Darwin.

diffstat:

 x11/qt5-qscintilla/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6735da92b4d7 -r 4021403cccd3 x11/qt5-qscintilla/Makefile
--- a/x11/qt5-qscintilla/Makefile       Sun Mar 08 15:50:23 2020 +0000
+++ b/x11/qt5-qscintilla/Makefile       Sun Mar 08 15:52:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/26 12:54:15 rhialto Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/08 15:52:32 brook Exp $
 
 PKGREVISION=   2
 .include "../../x11/qt5-qscintilla/Makefile.common"
@@ -18,4 +18,7 @@
 do-configure:
        (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile qscintilla.pro)
 
+.if ${OPSYS} == "Darwin"
+.include "../../x11/qt5-qtmacextras/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index