diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-06 22:51:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-06 22:51:21 +0000 |
commit | d73026872a4f17214dafba5f51f544bea4a6fa62 (patch) | |
tree | 95412f543e5f60aae47f3c4108825569901482e0 /textproc/ocaml-csv | |
parent | - Update to 0.4.1 (diff) |
- Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/
Pointy hat to: stas
Diffstat (limited to 'textproc/ocaml-csv')
-rw-r--r-- | textproc/ocaml-csv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 50b57788f761..4c7745055779 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -20,6 +20,4 @@ USE_OCAML= yes USE_OCAML_FINDLIB= yes OCAML_PKGDIRS= csv -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |