pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/aqsis



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Jul  9 10:36:23 UTC 2021

Modified Files:
        pkgsrc/graphics/aqsis: Makefile

Log Message:
aqsis: don't depend on imath, just let the openexr dependency pull it in.

can't actually tell if it builds with openexr3 as package is already marked
as broken.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/graphics/aqsis/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/aqsis/Makefile
diff -u pkgsrc/graphics/aqsis/Makefile:1.91 pkgsrc/graphics/aqsis/Makefile:1.92
--- pkgsrc/graphics/aqsis/Makefile:1.91 Fri Jul  9 08:59:32 2021
+++ pkgsrc/graphics/aqsis/Makefile      Fri Jul  9 10:36:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2021/07/09 08:59:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.92 2021/07/09 10:36:23 markd Exp $
 #
 
 DISTNAME=              aqsis-1.8.1
@@ -162,7 +162,6 @@ post-install:
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../math/imath/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index