pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/transmission-gtk
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 7 18:27:21 UTC 2024
Modified Files:
pkgsrc/net/transmission-gtk: Makefile
Log Message:
transmission-gtk: switch back to gtkmm4 now that it's new enough
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/transmission-gtk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/transmission-gtk/Makefile
diff -u pkgsrc/net/transmission-gtk/Makefile:1.66 pkgsrc/net/transmission-gtk/Makefile:1.67
--- pkgsrc/net/transmission-gtk/Makefile:1.66 Tue Feb 6 15:53:55 2024
+++ pkgsrc/net/transmission-gtk/Makefile Wed Feb 7 18:27:21 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2024/02/06 15:53:55 dogcow Exp $
+# $NetBSD: Makefile,v 1.67 2024/02/07 18:27:21 wiz Exp $
PKGNAME= transmission-gtk-${VERSION}
+PKGREVISION= 1
COMMENT= Free, lightweight BitTorrent client (GTK version)
DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common
@@ -31,6 +32,6 @@ BUILDLINK_API_DEPENDS.gettext+= gettext-
# XXX: so force new gettext-tools, giving us new gettext-lib
.include "../../devel/gettext-tools/msgfmt-desktop.mk"
BUILDLINK_API_DEPENDS.gtkmm4+= gtkmm4>=4.11.1
-.include "../../x11/gtkmm3/buildlink3.mk"
+.include "../../x11/gtkmm4/buildlink3.mk"
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index