diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-24 22:29:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-24 22:29:56 +0000 |
commit | 4142b6d98ef018e73f3a5cdc03740cccc8f586eb (patch) | |
tree | 69057db60ff7c8ce51ab604762252d73a9c6e191 /databases | |
parent | 1c1253d06bb6ea1f2a4a04905c7ffc2ffc8d3c2c (diff) | |
download | ports-4142b6d98ef018e73f3a5cdc03740cccc8f586eb.tar.gz ports-4142b6d98ef018e73f3a5cdc03740cccc8f586eb.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-pgocaml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/ocaml-pgocaml/Makefile b/databases/ocaml-pgocaml/Makefile index 7f3c06abd8b5..3424d45fd3c3 100644 --- a/databases/ocaml-pgocaml/Makefile +++ b/databases/ocaml-pgocaml/Makefile @@ -25,6 +25,7 @@ USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes INSTALL_TARGET= findlib_install +ALL_TARGET= depend all NO_STAGE= yes .include <bsd.port.pre.mk> @@ -34,7 +35,4 @@ post-patch: ${REINPLACE_CMD} 's/-pp "camlp4o/-pp "camlp4o.byte/g' ${WRKSRC}/Makefile .endif -pre-build: - cd ${WRKSRC}; ${GMAKE} depend - .include <bsd.port.post.mk> |