pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rocs



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Nov  5 19:48:54 UTC 2024

Modified Files:
        pkgsrc/misc/rocs: Makefile

Log Message:
rocs: drop unneeded dependency on qt5-qtwebkit.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/misc/rocs/Makefile

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

Modified files:

Index: pkgsrc/misc/rocs/Makefile
diff -u pkgsrc/misc/rocs/Makefile:1.106 pkgsrc/misc/rocs/Makefile:1.107
--- pkgsrc/misc/rocs/Makefile:1.106     Fri Nov  1 12:53:38 2024
+++ pkgsrc/misc/rocs/Makefile   Tue Nov  5 19:48:54 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2024/11/01 12:53:38 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2024/11/05 19:48:54 markd Exp $
 
 DISTNAME=      rocs-${KAPPSVER}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    misc
 
 HOMEPAGE=      https://kde.org/applications/education/rocs/
@@ -21,5 +21,4 @@ USE_TOOLS+=   msgmerge
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtwebkit/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index