summaryrefslogtreecommitdiffstats
path: root/textproc/ocaml-pxp
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-05-05 08:18:54 +0000
committerobraun <obraun@FreeBSD.org>2003-05-05 08:18:54 +0000
commit12b2d42e54e44f85fa234abd766b11e9b01f3a91 (patch)
treec31616f2fa48a7461cecda08da1d9ad8e9524a78 /textproc/ocaml-pxp
parent0ab06dd765ba41a46af0e80be08b097d90f47e7c (diff)
downloadFreeBSD-ports-12b2d42e54e44f85fa234abd766b11e9b01f3a91.zip
FreeBSD-ports-12b2d42e54e44f85fa234abd766b11e9b01f3a91.tar.gz
* Add build dependency on devel/ocaml-pcre[1].
* Make portlint happy while I am here. Pointed out by: kris,bento[1]
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r--textproc/ocaml-pxp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile
index 0ecf7b9..bead014 100644
--- a/textproc/ocaml-pxp/Makefile
+++ b/textproc/ocaml-pxp/Makefile
@@ -17,13 +17,14 @@ COMMENT= Validating XML parser for OCaml
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
+ ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
${LOCALBASE}/lib/ocaml/site-lib/netstring/netstring.a:${PORTSDIR}/www/ocaml-net
USE_GMAKE= yes
HAS_CONFIGURE= yes
-USE_REINPLACE= yes
+USE_REINPLACE= yes
ALL_TARGET= all opt
OpenPOWER on IntegriCloud