pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/xv
Module Name: pkgsrc
Committed By: tsutsui
Date: Mon Aug 21 19:16:00 UTC 2023
Modified Files:
pkgsrc/graphics/xv: Makefile
Log Message:
xv: put back an explicit dependency of jpeg.
Actually jpeg is pulled via graphics/tiff (and graphics/libwebp), but
xv itself explicitly requires jpeg via "UseInstalledJpeg" in Imakefile.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/graphics/xv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/xv/Makefile
diff -u pkgsrc/graphics/xv/Makefile:1.99 pkgsrc/graphics/xv/Makefile:1.100
--- pkgsrc/graphics/xv/Makefile:1.99 Wed Aug 16 17:02:19 2023
+++ pkgsrc/graphics/xv/Makefile Mon Aug 21 19:16:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2023/08/16 17:02:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.100 2023/08/21 19:16:00 tsutsui Exp $
DISTNAME= xv-3.10a
PKGREVISION= 28
@@ -69,4 +69,5 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index