diff options
author | pav <pav@FreeBSD.org> | 2004-08-20 21:37:41 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-20 21:37:41 +0000 |
commit | ef4a79e9dff3b38847a9f60140d7f7245d4dc363 (patch) | |
tree | 9baa5d03fccb24a651fd313087057ef6267df38d /textproc | |
parent | ccb224d663214c7de31606c34f9bc6d028a54607 (diff) | |
download | FreeBSD-ports-ef4a79e9dff3b38847a9f60140d7f7245d4dc363.zip FreeBSD-ports-ef4a79e9dff3b38847a9f60140d7f7245d4dc363.tar.gz |
- Convert to OPTIONS
PR: ports/70689
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gmetadom/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/gmetadom/Makefile b/textproc/gmetadom/Makefile index c459bb6..aa97700 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 <bsd.port.pre.mk> + .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 <bsd.port.mk> +.include <bsd.port.post.mk> |