pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cairo



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep 30 10:43:59 UTC 2024

Modified Files:
        pkgsrc/graphics/cairo: Makefile

Log Message:
cairo: Fix SunOS PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/graphics/cairo/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/cairo/Makefile
diff -u pkgsrc/graphics/cairo/Makefile:1.163 pkgsrc/graphics/cairo/Makefile:1.164
--- pkgsrc/graphics/cairo/Makefile:1.163        Sat Sep 21 10:15:19 2024
+++ pkgsrc/graphics/cairo/Makefile      Mon Sep 30 10:43:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2024/09/21 10:15:19 wiz Exp $
+# $NetBSD: Makefile,v 1.164 2024/09/30 10:43:59 jperkin Exp $
 
 DISTNAME=      cairo-1.18.2
 CATEGORIES=    graphics
@@ -32,7 +32,7 @@ SUPERSEDES+=  cairo-gobject-[0-9]*
 
 # see meson.build for systems that support cairo-trace
 PLIST_VARS+=   trace
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
 PLIST.trace=   yes
 .endif
 



Home | Main Index | Thread Index | Old Index