relax the build/run depends restriction to ocaml-3.09.3* so that it will
still match minor package bumps, suggested by steven@
This commit is contained in:
parent
58d761b343
commit
7cc55a266c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: ocaml.port.mk,v 1.7 2006/12/26 22:07:18 avsm Exp $
|
||||
# $OpenBSD: ocaml.port.mk,v 1.8 2006/12/26 22:38:35 avsm Exp $
|
||||
|
||||
# regular file usage for bytecode:
|
||||
# PLIST -- bytecode base files
|
||||
@ -22,12 +22,12 @@ PKG_ARGS+=-Dnative=1
|
||||
.else
|
||||
|
||||
MODOCAML_NATIVE=No
|
||||
RUN_DEPENDS+= :ocaml-${OCAML_VERSION}:lang/ocaml
|
||||
RUN_DEPENDS+= :ocaml-${OCAML_VERSION}*:lang/ocaml
|
||||
|
||||
# remove native base file entry from PLIST
|
||||
PKG_ARGS+=-Dnative=0
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= :ocaml-${OCAML_VERSION}:lang/ocaml
|
||||
BUILD_DEPENDS+= :ocaml-${OCAML_VERSION}*:lang/ocaml
|
||||
MAKE_ENV+= OCAMLFIND_DESTDIR=${DESTDIR}${PREFIX}/lib/ocaml/site-lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user