pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xfce4-mousepad



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jan  1 20:04:10 UTC 2023

Modified Files:
        pkgsrc/editors/xfce4-mousepad: Makefile

Log Message:
xfce4-mousepad: add a comment about a CSD-only dependency


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/editors/xfce4-mousepad/Makefile

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

Modified files:

Index: pkgsrc/editors/xfce4-mousepad/Makefile
diff -u pkgsrc/editors/xfce4-mousepad/Makefile:1.66 pkgsrc/editors/xfce4-mousepad/Makefile:1.67
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.66 Wed Nov 23 16:19:57 2022
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Sun Jan  1 20:04:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2022/11/23 16:19:57 adam Exp $
+# $NetBSD: Makefile,v 1.67 2023/01/01 20:04:09 gutteridge Exp $
 
 PKGREVISION= 2
 .include "../../meta-pkgs/xfce4/Makefile.common"
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+=      --enable-gtksourceview4
 .include "options.mk"
 
 .include "../../devel/glib2/schemas.mk"
+# Only really required if CSDs are enabled (now disabled by default).
 .include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index