diff options
author | lioux <lioux@FreeBSD.org> | 2005-08-30 18:27:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-08-30 18:27:44 +0800 |
commit | bcf2bf592d2d1b14692c50323f17f6b3cd4e8e7b (patch) | |
tree | 2442cdbc1a098b594a472af353fe75f79fb40cc7 /devel | |
parent | 96ff4019507eff094970a0394212e57831c2bbd2 (diff) | |
download | freebsd-ports-gnome-bcf2bf592d2d1b14692c50323f17f6b3cd4e8e7b.tar.gz freebsd-ports-gnome-bcf2bf592d2d1b14692c50323f17f6b3cd4e8e7b.tar.zst freebsd-ports-gnome-bcf2bf592d2d1b14692c50323f17f6b3cd4e8e7b.zip |
Add missing BUILD_DEPENDS on lang/ocaml
Diffstat (limited to 'devel')
-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 |