diff options
author | jaapb <jaapb@pkgsrc.org> | 2022-05-24 18:51:47 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2022-05-24 18:51:47 +0000 |
commit | abf70898ce2de69598e9638711f601733d406ed9 (patch) | |
tree | 5426958098dc374bf12b1123634f2eead402860e /net/unison | |
parent | e7d2abfd302ca1df6141bedf367ce9fd5bb8e416 (diff) | |
download | pkgsrc-abf70898ce2de69598e9638711f601733d406ed9.tar.gz |
Recursive revbump associated with update of ocaml.
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index b9bc810ecd6..2cbd7e050e5 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.140 2022/05/08 15:02:33 gdt Exp $ +# $NetBSD: Makefile,v 1.141 2022/05/24 18:51:54 jaapb Exp $ DISTNAME= unison-2.52.1 -#PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,7 +16,7 @@ USE_TOOLS+= gmake bash MAKE_FLAGS+= CFLAGS="" MAKE_ENV+= HOME=${WRKDIR:Q} -.include "../../mk/ocaml.mk" +.include "../../lang/ocaml/ocaml.mk" .if (${OCAML_USE_OPT_COMPILER} == "yes") MAKE_FLAGS+= NATIVE=true |