pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/cool-retro-term
Module Name: pkgsrc
Committed By: pho
Date: Sun Nov 28 14:48:31 UTC 2021
Modified Files:
pkgsrc/x11/cool-retro-term: Makefile
Log Message:
Add a missing dependency on qt5-qtgraphicaleffects
cool-retro-term can be built without it but aborts on startup.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/cool-retro-term/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/cool-retro-term/Makefile
diff -u pkgsrc/x11/cool-retro-term/Makefile:1.1 pkgsrc/x11/cool-retro-term/Makefile:1.2
--- pkgsrc/x11/cool-retro-term/Makefile:1.1 Sun Jul 18 11:49:26 2021
+++ pkgsrc/x11/cool-retro-term/Makefile Sun Nov 28 14:48:31 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/07/18 11:49:26 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/28 14:48:31 pho Exp $
DISTNAME= cool-retro-term-1.1.1
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=Swordfish90/}
@@ -33,6 +34,8 @@ do-configure:
QMAKE_CXXFLAGS=${CXXFLAGS:Q} \
QMAKE_LFLAGS=${LDFLAGS:Q}
+DEPENDS+= qt5-qtgraphicaleffects-[0-9]*:../../x11/qt5-qtgraphicaleffects
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index