pkgsrc-WIP-changes archive

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

icewm3: add some missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue May 14 13:09:32 2024 +0200
Changeset:	f23a991ced57562814b49778b8c189b2767243d3

Modified Files:
	icewm3/Makefile

Log Message:
icewm3: add some missing dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f23a991ced57562814b49778b8c189b2767243d3

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

diffstat:
 icewm3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/icewm3/Makefile b/icewm3/Makefile
index 7d0f295722..5fee157682 100644
--- a/icewm3/Makefile
+++ b/icewm3/Makefile
@@ -21,7 +21,7 @@ USE_LANGUAGES=		c c++
 CONFIGURE_ARGS+=	--enable-corefonts
 CONFIGURE_ARGS+=	--enable-i18n
 
-USE_TOOLS+=	pkg-config gmake
+USE_TOOLS+=	pkg-config gmake perl
 
 REPLACE_PERL=	contrib/icewm-menu-xrandr
 
@@ -32,6 +32,8 @@ post-extract:
 
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../graphics/imlib2/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"


Home | Main Index | Thread Index | Old Index