pkgsrc-WIP-changes archive

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

xpaint: add missing dependency on fontconfig.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Jan 18 07:06:46 2023 +0100
Changeset:	084944cc251e39abb7cab45ddd5d9b75cb9abbf9

Modified Files:
	xpaint/Makefile

Log Message:
xpaint: add missing dependency on fontconfig.

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

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

diffstat:
 xpaint/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/xpaint/Makefile b/xpaint/Makefile
index 64c47aaeed..37b1798345 100644
--- a/xpaint/Makefile
+++ b/xpaint/Makefile
@@ -32,15 +32,16 @@ SUBST_SED.ln=		-e 's|/usr/include/X11/Xaw3dxft|${WRKDIR}/.buildlink/include/X11/
 
 pre-install:
 	for file in ${WRKSRC}/bitmaps/toolicons/*.xpm.gz ; do \
-		${TOOLS_PLATFORM.gunzip} $$file ; \
+		${GUNZIP_CMD} $$file ; \
 	done
 
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/netpbm/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
-.include "../../wip/libXaw3dXft/buildlink3.mk"
+.include "../../x11/libXaw3dXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index