diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-30 10:27:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-30 10:27:44 +0000 |
commit | 1a4a32346b1257348801de1f9e9480301acb6be7 (patch) | |
tree | ffece7009f268ed00a8856acc203029d87ed5674 | |
parent | Fix distinfo for vvv.quote patch (diff) |
Add missing BUILD_DEPENDS on lang/ocaml
Notes
Notes:
svn path=/head/; revision=141414
-rw-r--r-- | devel/ocaml-event/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index 038c32152652..23c5f6ed5a34 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= An ocaml wrapper for the libevent API +BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml LIB_DEPENDS= ${LIB_EVENT}:${PORTSDIR}/devel/libevent USE_REINPLACE= yes |