pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oculante



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Oct 19 15:34:40 UTC 2024

Modified Files:
        pkgsrc/graphics/oculante: Makefile

Log Message:
graphics/oculante: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/graphics/oculante/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/oculante/Makefile
diff -u pkgsrc/graphics/oculante/Makefile:1.85 pkgsrc/graphics/oculante/Makefile:1.86
--- pkgsrc/graphics/oculante/Makefile:1.85      Wed Sep 25 10:52:58 2024
+++ pkgsrc/graphics/oculante/Makefile   Sat Oct 19 15:34:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/09/25 10:52:58 pin Exp $
+# $NetBSD: Makefile,v 1.86 2024/10/19 15:34:40 pin Exp $
 
 DISTNAME=      oculante-0.9.1
 CATEGORIES=    graphics
@@ -52,4 +52,5 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.1
 .include "../../devel/pango/buildlink3.mk"
 .include "../../devel/atk/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../multimedia/libaom/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index