pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ocaml-cairo



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Mar  2 01:26:07 UTC 2022

Modified Files:
        pkgsrc/graphics/ocaml-cairo: Makefile

Log Message:
ocaml-cairo: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/ocaml-cairo/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/ocaml-cairo/Makefile
diff -u pkgsrc/graphics/ocaml-cairo/Makefile:1.14 pkgsrc/graphics/ocaml-cairo/Makefile:1.15
--- pkgsrc/graphics/ocaml-cairo/Makefile:1.14   Mon Feb 28 18:26:19 2022
+++ pkgsrc/graphics/ocaml-cairo/Makefile        Wed Mar  2 01:26:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/02/28 18:26:19 gdt Exp $
+# $NetBSD: Makefile,v 1.15 2022/03/02 01:26:07 gutteridge Exp $
 
 GITHUB_PROJECT=        ocaml-cairo
 DISTNAME=      ${GITHUB_PROJECT}-0.6.2
@@ -15,7 +15,7 @@ OCAML_FINDLIB_DIRS=   cairo2
 OPAM_INSTALL_FILES=    ${OCAML_FINDLIB_DIRS}
 DUNE_BUILD_PACKAGES=   ${OCAML_FINDLIB_DIRS}
 
-# (Se options.mk.)  Upstream says that lablgtk is required, but it is
+# (See options.mk.)  Upstream says that lablgtk is required, but it is
 # not.
 #   https://github.com/Chris00/ocaml-cairo/issues/29
 



Home | Main Index | Thread Index | Old Index