diff options
Diffstat (limited to 'devel/camlp4/Makefile')
-rw-r--r-- | devel/camlp4/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile index aa78edbe9151..887486a1651e 100644 --- a/devel/camlp4/Makefile +++ b/devel/camlp4/Makefile @@ -4,20 +4,15 @@ # # $FreeBSD$ # -# This is not the current version, but the version needs to -# be <= the version of ocaml, which hasn't been updated. Once -# the ocaml maintainer updates it, I'll update this. PORTNAME= camlp4 -PORTVERSION= 2.04 +PORTVERSION= 3.00 CATEGORIES= devel -MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/OLD/2.04/ \ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \ http://www.unknown.nu/ports/ MAINTAINER= user@unknown.nu -BROKEN= "Does not compile" - BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml HAS_CONFIGURE= yes @@ -27,8 +22,8 @@ CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= world bootstrap opt MAN1= camlp4.1 -MANLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \ - camlp4.1 ocpp.1 -MANCOMPRESSED= no +MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \ + camlp4.1 ocpp.1 camlp4.1 camlp4o.1 camlp4.1 camlp4r.opt.1 \ + camlp4.1 camlp4o.opt.1 .include <bsd.port.mk> |