pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/icewm



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jun 13 21:17:39 UTC 2024

Modified Files:
        pkgsrc/wm/icewm: Makefile

Log Message:
icewm: fix sandboxed builds

Also requires autopoint for the autoreconf processing.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/wm/icewm/Makefile

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

Modified files:

Index: pkgsrc/wm/icewm/Makefile
diff -u pkgsrc/wm/icewm/Makefile:1.57 pkgsrc/wm/icewm/Makefile:1.58
--- pkgsrc/wm/icewm/Makefile:1.57       Thu Jun  6 14:29:58 2024
+++ pkgsrc/wm/icewm/Makefile    Thu Jun 13 21:17:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2024/06/06 14:29:58 ktnb Exp $
+# $NetBSD: Makefile,v 1.58 2024/06/13 21:17:39 gutteridge Exp $
 
 DISTNAME=      icewm-3.5.0
 CATEGORIES=    wm
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=      --enable-i18n
 TOOL_DEPENDS+= multimarkdown-[0-9]*:../../textproc/multimarkdown
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake perl autoreconf autoconf automake
+USE_TOOLS+=    pkg-config gmake perl autoreconf autoconf automake autopoint
 
 REPLACE_PERL=  contrib/icewm-menu-xrandr
 



Home | Main Index | Thread Index | Old Index