pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gnucobol
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Aug 17 09:36:18 UTC 2023
Modified Files:
pkgsrc/lang/gnucobol: Makefile
Log Message:
gnucobol: enable support for XML and JSON I/O.
Pointed out by Simon Sobisch (GnuCOBOL Maintainer), thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/gnucobol/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gnucobol/Makefile
diff -u pkgsrc/lang/gnucobol/Makefile:1.10 pkgsrc/lang/gnucobol/Makefile:1.11
--- pkgsrc/lang/gnucobol/Makefile:1.10 Mon Jul 31 16:43:09 2023
+++ pkgsrc/lang/gnucobol/Makefile Thu Aug 17 09:36:18 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2023/07/31 16:43:09 fcambus Exp $
+# $NetBSD: Makefile,v 1.11 2023/08/17 09:36:18 fcambus Exp $
#
DISTNAME= gnucobol-3.2
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucobol/}
@@ -33,6 +34,8 @@ SUBST_SED.bdb= -e 's,db-$$COB_BDB_HEADE
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index