pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qscintilla Explicitly include bsd.prefs.mk bef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92c9df2a049c
branches:  trunk
changeset: 412581:92c9df2a049c
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Mar 08 20:50:57 2020 +0000

description:
Explicitly include bsd.prefs.mk before using ${OPSYS}.

diffstat:

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

diffs (18 lines):

diff -r 930192718a1e -r 92c9df2a049c x11/qt5-qscintilla/Makefile
--- a/x11/qt5-qscintilla/Makefile       Sun Mar 08 19:48:05 2020 +0000
+++ b/x11/qt5-qscintilla/Makefile       Sun Mar 08 20:50:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/03/08 16:48:30 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/08 20:50:57 brook Exp $
 
 PKGREVISION=   3
 .include "../../x11/qt5-qscintilla/Makefile.common"
@@ -18,6 +18,8 @@
 do-configure:
        (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile qscintilla.pro)
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${OPSYS} == "Darwin"
 .include "../../x11/qt5-qtmacextras/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index