pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/orcus



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec  3 06:23:59 UTC 2022

Modified Files:
        pkgsrc/converters/orcus: Makefile

Log Message:
(converters/orcus) +textproc/fmtlib/buildlink3.mk, fix build


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/converters/orcus/Makefile

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

Modified files:

Index: pkgsrc/converters/orcus/Makefile
diff -u pkgsrc/converters/orcus/Makefile:1.38 pkgsrc/converters/orcus/Makefile:1.39
--- pkgsrc/converters/orcus/Makefile:1.38       Sat Feb  5 04:14:31 2022
+++ pkgsrc/converters/orcus/Makefile    Sat Dec  3 06:23:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/02/05 04:14:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2022/12/03 06:23:59 mef Exp $
 
 DISTNAME=      liborcus-0.17.2
 PKGNAME=       ${DISTNAME:S/liborcus/orcus/}
@@ -28,4 +28,5 @@ PTHREAD_AUTO_VARS=    yes
 .include "../../devel/mdds/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../math/libixion/buildlink3.mk"
+.include "../../textproc/fmtlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index