o USE_OCAML instead of BUILD_DEPENDS on lang/ocaml

o No PORTREVISION bump since there was no actual change
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2009-03-26 04:00:36 +00:00
parent f9c2b21029
commit ded1781890
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231035
2 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,14 @@ DISTNAME= jabbr
MAINTAINER= ports@FreeBSD.org
COMMENT= XML Messaging and Presence Protocol a.k.a. Jabber for Objective Caml
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/cryptokit/cryptokit.cma:${PORTSDIR}/security/ocaml-cryptokit \
${LOCALBASE}/lib/ocaml/yaxpo.cma:${PORTSDIR}/textproc/ocaml-yaxpo
# depend when building as well
BUILD_DEPENDS+= ${RUN_DEPENDS}
USE_OCAML= yes
DATE_VERSION= 20021124
BROKEN= does not build

View File

@ -16,8 +16,7 @@ DISTNAME= yaxpo
MAINTAINER= ports@FreeBSD.org
COMMENT= Non-validating XML 1.0 + XMLNS processing suite for Objective Caml
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
USE_OCAML= yes
ALL_TARGET= yaxpo
MAKE_JOBS_SAFE= yes