diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-24 10:14:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-24 10:14:57 +0000 |
commit | b51d4476846a1b8364c05d954e88fa977c5d2080 (patch) | |
tree | c6799f414d81b83df0e1640dde540befcd389da6 /textproc | |
parent | cbe8c05f729b765acec73c2ac11815e12ed09cfd (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hevea/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-text/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 2037e1225780..fba0a7edfee5 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danilo@FreeBSD.org COMMENT= Convert LaTeX to HTML -BUILD_DEPENDS= ocamlc:lang/ocaml +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild OPTIONS_DEFINE= DOCS diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 68109dd37c2d..068e9eaa0b08 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -9,6 +9,8 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library for dealing with text +BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild + USE_GITHUB= yes GH_ACCOUNT= vbmithr GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} |