pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-terminal



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jun 14 13:20:44 UTC 2025

Modified Files:
        pkgsrc/x11/xfce4-terminal: Makefile

Log Message:
xfce4-terminal: gtk-doc is also a build dependency due to regen

(It's tempting to move this over to meson, but that introduces a
different minor problem that needs investigation.)


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/x11/xfce4-terminal/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/xfce4-terminal/Makefile
diff -u pkgsrc/x11/xfce4-terminal/Makefile:1.90 pkgsrc/x11/xfce4-terminal/Makefile:1.91
--- pkgsrc/x11/xfce4-terminal/Makefile:1.90     Sat Jun 14 12:19:55 2025
+++ pkgsrc/x11/xfce4-terminal/Makefile  Sat Jun 14 13:20:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2025/06/14 12:19:55 gutteridge Exp $
+# $NetBSD: Makefile,v 1.91 2025/06/14 13:20:43 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -24,6 +24,7 @@ pre-configure:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../x11/vte3/buildlink3.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"



Home | Main Index | Thread Index | Old Index