summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-09-09 07:39:45 +0000
committerwiz <wiz@pkgsrc.org>2022-09-09 07:39:45 +0000
commit46cb9572ed7f91e5dacc6ae06fa21adfe2cda2ec (patch)
tree5f9edbb4a10bccd8cc85d6074ee7d5aedb47b7a5 /graphics
parentdbce4def2c4d8759f83ba585ee3639261b73735c (diff)
downloadpkgsrc-46cb9572ed7f91e5dacc6ae06fa21adfe2cda2ec.tar.gz
oculante: add fontconfig/bl3.mk to fix build with modular X
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/oculante/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile
index 025f1dcafeb..752431fb1fe 100644
--- a/graphics/oculante/Makefile
+++ b/graphics/oculante/Makefile
@@ -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"