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:   wiz
Date:           Sat Dec  3 10:45:41 UTC 2022

Modified Files:
        pkgsrc/converters/orcus: Makefile

Log Message:
revert previous: fmtlib is not needed here, this was fixed differently


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/converters/orcus/Makefile:1.40
--- pkgsrc/converters/orcus/Makefile:1.39       Sat Dec  3 06:23:59 2022
+++ pkgsrc/converters/orcus/Makefile    Sat Dec  3 10:45:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/12/03 06:23:59 mef Exp $
+# $NetBSD: Makefile,v 1.40 2022/12/03 10:45:41 wiz Exp $
 
 DISTNAME=      liborcus-0.17.2
 PKGNAME=       ${DISTNAME:S/liborcus/orcus/}
@@ -28,5 +28,4 @@ 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