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 15:52:32 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/x11/qt5-qscintilla/Makefile:1.5
--- pkgsrc/x11/qt5-qscintilla/Makefile:1.4      Sun Jan 26 12:54:15 2020
+++ pkgsrc/x11/qt5-qscintilla/Makefile  Sun Mar  8 15:52:32 2020
@@ -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 @@ INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
 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