diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-03-26 12:00:36 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-03-26 12:00:36 +0800 |
commit | ded178189093f265b85bea4ec5f6012aad6e454d (patch) | |
tree | 0b1974fbca76ff449215532a6aaa6fef82fd6275 | |
parent | f9c2b21029ab6a78a1c10c88d0f23f85d7d7e1f4 (diff) | |
download | freebsd-ports-gnome-ded178189093f265b85bea4ec5f6012aad6e454d.tar.gz freebsd-ports-gnome-ded178189093f265b85bea4ec5f6012aad6e454d.tar.zst freebsd-ports-gnome-ded178189093f265b85bea4ec5f6012aad6e454d.zip |
o USE_OCAML instead of BUILD_DEPENDS on lang/ocaml
o No PORTREVISION bump since there was no actual change
-rw-r--r-- | net-im/ocaml-jabbr/Makefile | 3 | ||||
-rw-r--r-- | textproc/ocaml-yaxpo/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/ocaml-jabbr/Makefile b/net-im/ocaml-jabbr/Makefile index 148b878a9f95..90ca4caa1e93 100644 --- a/net-im/ocaml-jabbr/Makefile +++ b/net-im/ocaml-jabbr/Makefile @@ -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 diff --git a/textproc/ocaml-yaxpo/Makefile b/textproc/ocaml-yaxpo/Makefile index 3bc0e9d57c2d..4bc8e1f6d2ff 100644 --- a/textproc/ocaml-yaxpo/Makefile +++ b/textproc/ocaml-yaxpo/Makefile @@ -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 |