pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qscintilla



Module Name:    pkgsrc
Committed By:   brook
Date:           Sun Mar  8 20:50:57 UTC 2020

Modified Files:
        pkgsrc/x11/qt5-qscintilla: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qscintilla/Makefile

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

Modified files:

Index: pkgsrc/x11/qt5-qscintilla/Makefile
diff -u pkgsrc/x11/qt5-qscintilla/Makefile:1.6 pkgsrc/x11/qt5-qscintilla/Makefile:1.7
--- pkgsrc/x11/qt5-qscintilla/Makefile:1.6      Sun Mar  8 16:48:30 2020
+++ pkgsrc/x11/qt5-qscintilla/Makefile  Sun Mar  8 20:50:57 2020
@@ -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 @@ INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
 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