pkgsrc-WIP-changes archive

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

zim: added missing Gtk3 dependency



Module Name:	pkgsrc-wip
Committed By:	Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By:	mp
Date:		Fri Feb 26 09:32:05 2021 +0100
Changeset:	2e232f1ca42a1cfb47a5c9b816933d7163e23cf2

Modified Files:
	zim/Makefile

Log Message:
zim: added missing Gtk3 dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e232f1ca42a1cfb47a5c9b816933d7163e23cf2

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

diffstat:
 zim/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/zim/Makefile b/zim/Makefile
index c094cb7f6e..755c8b3450 100644
--- a/zim/Makefile
+++ b/zim/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD: $
 
 DISTNAME=	zim-0.73.1
+PKGREVISION=	1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	editors
 MASTER_SITES=	http://zim-wiki.org/downloads/
@@ -36,4 +37,6 @@ SUBST_SED.man-path=	-e s,share/man/man1,${PKGMANDIR}/man1,
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+BUILDLINK_API_DEPENDS.gtk3+=    gtk3+>=3.20
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index