pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/zenity



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug 11 02:12:20 UTC 2024

Modified Files:
        pkgsrc/x11/zenity: Makefile

Log Message:
zenity: note this conflicts with zenity3


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/x11/zenity/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/zenity/Makefile
diff -u pkgsrc/x11/zenity/Makefile:1.117 pkgsrc/x11/zenity/Makefile:1.118
--- pkgsrc/x11/zenity/Makefile:1.117    Sat Aug 10 22:21:23 2024
+++ pkgsrc/x11/zenity/Makefile  Sun Aug 11 02:12:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2024/08/10 22:21:23 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2024/08/11 02:12:19 gutteridge Exp $
 
 DISTNAME=      zenity-4.0.1
 CATEGORIES=    x11 gnome
@@ -10,6 +10,8 @@ HOMEPAGE=     https://www.gnome.org/
 COMMENT=       Display GNOME dialogs from the command line
 LICENSE=       gnu-lgpl-v2.1 # or later
 
+CONFLICTS=     zenity3-[0-9]*
+
 TOOL_DEPENDS+=         help2man-[0-9]*:../../converters/help2man
 
 USE_TOOLS+=            itstool msgfmt pkg-config



Home | Main Index | Thread Index | Old Index