Add missing RUN_DEPENDS on ocaml

Approved by:    portmgr (implicit)
This commit is contained in:
Kris Kennaway 2006-02-26 00:14:56 +00:00
parent a7beaf6eff
commit d9b6f18b86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156816

View File

@ -16,6 +16,7 @@ MAINTAINER= stephane@FreeBSD.org
COMMENT= OCaml package manager
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
HAS_CONFIGURE= yes
USE_GMAKE= yes