diff options
-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> |