pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/GraphicsMagick
Module Name: pkgsrc
Committed By: prlw1
Date: Sat Sep 7 15:10:31 UTC 2024
Modified Files:
pkgsrc/graphics/GraphicsMagick: Makefile
Log Message:
GraphicsMagick: Add PLIST magick
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/graphics/GraphicsMagick/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/GraphicsMagick/Makefile
diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.140 pkgsrc/graphics/GraphicsMagick/Makefile:1.141
--- pkgsrc/graphics/GraphicsMagick/Makefile:1.140 Sat Sep 7 08:53:57 2024
+++ pkgsrc/graphics/GraphicsMagick/Makefile Sat Sep 7 15:10:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2024/09/07 08:53:57 prlw1 Exp $
+# $NetBSD: Makefile,v 1.141 2024/09/07 15:10:31 prlw1 Exp $
PKGREVISION= 3
.include "Makefile.common"
@@ -29,6 +29,12 @@ CTF_FILES_SKIP+= lib/libGraphicsMagick.s
TEST_TARGET= check
+PRINT_PLIST_AWK+= { if (/coders\/x.la/) $$0 = "$${PLIST.x11}" $$0 }
+PRINT_PLIST_AWK+= { if (/coders\/xwd.la/) $$0 = "$${PLIST.x11}" $$0 }
+PRINT_PLIST_AWK+= { if (/coders\/jp2.la/) $$0 = "$${PLIST.jasper}" $$0 }
+PRINT_PLIST_AWK+= { if (/coders\/fpx.la/) $$0 = "$${PLIST.fpx}" $$0 }
+PRINT_PLIST_AWK+= { if (/coders\/heif.la/) $$0 = "$${PLIST.heif}" $$0 }
+
.include "options.mk"
.include "../../archivers/bzip2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index