net/unison, set MODOCAML_RUNDEP=if-not-native

Bumped REVISION of 2.4x and 2.5x.
This commit is contained in:
bket 2021-02-01 05:31:03 +00:00
parent 853cb28a31
commit beb0fd96bd
3 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2021/01/03 19:59:15 bket Exp $
# $OpenBSD: Makefile,v 1.13 2021/02/01 05:31:03 bket Exp $
VER= 2.48.15
REV= v4
REVISION= 5
REVISION= 6
GH_TAGNAME= v${VER}${REV}
PKGNAME= unison-${VER}${REV:S/^v/pl/}

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.10 2021/01/03 19:59:15 bket Exp $
# $OpenBSD: Makefile,v 1.11 2021/02/01 05:31:03 bket Exp $
GH_TAGNAME= v2.51.3
REVISION= 0
REVISION= 1
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.31 2020/11/03 19:45:30 bket Exp $
# $OpenBSD: Makefile.inc,v 1.32 2021/02/01 05:31:03 bket Exp $
COMMENT= multi-platform file synchronization tool
@ -17,6 +17,8 @@ PERMIT_PACKAGE= Yes
WANTLIB= c m util
MODULES= lang/ocaml
MODOCAML_RUNDEP= if-not-native
TEST_DEPENDS+= emacs->=24:editors/emacs
# CFLAGS _must_ be empty. This is an OCaml compiler.