diff options
Diffstat (limited to 'devel/camlp4/Makefile')
-rw-r--r-- | devel/camlp4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile index 040652143de3..e15c831d7fb8 100644 --- a/devel/camlp4/Makefile +++ b/devel/camlp4/Makefile @@ -16,16 +16,17 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/OLD/2.04/ \ MAINTAINER= user@unknown.nu -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml HAS_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/config CONFIGURE_SCRIPT= configure_batch CONFIGURE_ENV= PREFIX=${PREFIX} -ALL_TARGET= world +ALL_TARGET= world bootstrap opt MAN1= camlp4.1 -MANLINKS= camlp4.1 camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 +MANLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \ + camlp4.1 ocpp.1 MANCOMPRESSED= no .include <bsd.port.mk> |