From ef4a79e9dff3b38847a9f60140d7f7245d4dc363 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 20 Aug 2004 21:37:41 +0000 Subject: - Convert to OPTIONS PR: ports/70689 Submitted by: Ying-Chieh Chen (maintainer) --- textproc/gmetadom/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/gmetadom/Makefile b/textproc/gmetadom/Makefile index c459bb6d5c27..aa97700fc574 100644 --- a/textproc/gmetadom/Makefile +++ b/textproc/gmetadom/Makefile @@ -20,6 +20,10 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2 RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +OPTIONS= OCAML "OCAML language support" off + +.include + .if defined(WITH_OCAML) BUILD_DEPENDS+= ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ ocamlc:${PORTSDIR}/lang/ocaml @@ -36,4 +40,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -.include +.include -- cgit