pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  4 08:34:45 UTC 2024

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: box2d is needed regardless of librsvg


To generate a diff of this commit:
cvs rdiff -u -r1.333 -r1.334 pkgsrc/misc/libreoffice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.333 pkgsrc/misc/libreoffice/Makefile:1.334
--- pkgsrc/misc/libreoffice/Makefile:1.333      Sat Jun  1 01:32:15 2024
+++ pkgsrc/misc/libreoffice/Makefile    Tue Jun  4 08:34:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.333 2024/06/01 01:32:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.334 2024/06/04 08:34:45 adam Exp $
 
 VERREL=                24.2.3
 VERRC=         2
@@ -371,10 +371,10 @@ BUILDLINK_API_DEPENDS.libetonyek+=        libet
 #BUILDLINK_API_DEPENDS.harfbuzz+=      harfbuzz>=1.4.2
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../fonts/harfbuzz-icu/buildlink3.mk"
-.include "../../graphics/box2d/buildlink3.mk"
 .include "../../graphics/graphite2/buildlink3.mk"
 .endif
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/box2d/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index