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:   wiz
Date:           Fri Sep  9 07:39:45 UTC 2022

Modified Files:
        pkgsrc/graphics/oculante: Makefile

Log Message:
oculante: add fontconfig/bl3.mk to fix build with modular X

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/graphics/oculante/Makefile:1.9
--- pkgsrc/graphics/oculante/Makefile:1.8       Thu Sep  8 07:22:04 2022
+++ pkgsrc/graphics/oculante/Makefile   Fri Sep  9 07:39:45 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/09/08 07:22:04 pin Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/09 07:39:45 wiz Exp $
 
 DISTNAME=      oculante-0.6.8
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=woelper/}
 
@@ -30,4 +31,5 @@ do-install:
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index