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:           Sat Jun 14 12:14:23 UTC 2025

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

Log Message:
xfce4-mousepad: needs xfce4-dev-tools due to autotools regen


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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.90 pkgsrc/editors/xfce4-mousepad/Makefile:1.91
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.90 Fri Jun 13 02:43:30 2025
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Sat Jun 14 12:14:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2025/06/13 02:43:30 gutteridge Exp $
+# $NetBSD: Makefile,v 1.91 2025/06/14 12:14:23 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -14,8 +14,9 @@ COMMENT=      Xfce text editor
 
 USE_TOOLS+=    autoconf automake autoreconf
 
-CONFIGURE_ARGS+=       --enable-gtksourceview4
+TOOL_DEPENDS+= xfce4-dev-tools>=4.20.0:../../devel/xfce4-dev-tools
 
+CONFIGURE_ARGS+=       --enable-gtksourceview4
 CONFIGURE_ARGS+=       --enable-maintainer-mode
 
 pre-configure:



Home | Main Index | Thread Index | Old Index