Depend on build tools that may cause a build failure by vanishing during dpb
junk stages. discovered, most debugging done by and ok sthen@
This commit is contained in:
parent
9ec9c4303c
commit
b062c54603
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2019/09/18 17:49:36 chrisz Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2019/10/03 05:27:47 chrisz Exp $
|
||||
|
||||
COMMENT = OCaml source-based package manager
|
||||
|
||||
@ -20,9 +20,10 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = ${COMPILER_LIBCXX} c m
|
||||
|
||||
#MODULES = lang/ocaml
|
||||
|
||||
BUILD_DEPENDS = lang/ocaml
|
||||
BUILD_DEPENDS = lang/ocaml \
|
||||
sysutils/findlib \
|
||||
devel/dune \
|
||||
devel/ocaml-cppo
|
||||
|
||||
RUN_DEPENDS = archivers/unzip \
|
||||
archivers/bzip2 \
|
||||
@ -34,8 +35,7 @@ RUN_DEPENDS = archivers/unzip \
|
||||
USE_GMAKE = Yes
|
||||
|
||||
CONFIGURE_ENV += CFLAGS="${CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
CC=cc
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
ALL_TARGET = lib-ext all man #doc requires odoc
|
||||
|
Loading…
Reference in New Issue
Block a user