diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-05-05 08:12:01 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-05-05 08:12:01 +0000 |
commit | d94c6d790baaa5d8d69f9ab39188943098b7b288 (patch) | |
tree | 50e5dda272be898517cdeebeaecd82bf362bd111 /lang/ocaml/Makefile | |
parent | 947fb502065363a81b56b73e03095c8a2d475be8 (diff) | |
download | pkgsrc-d94c6d790baaa5d8d69f9ab39188943098b7b288.tar.gz |
Updated package to latest version, 4.03.0. Also removed some obsolete and
unneeded patches.
The list of changes is a thousand lines long, so I'm not including it
here: details can be found in the Changes file in the top directory of the
package after extraction.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index c6991d8bf97..bd53f8c5c23 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2016/02/29 13:53:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.103 2016/05/05 08:12:01 jaapb Exp $ .include "Makefile.common" -PKGREVISION= 3 #CONFIGURE_ARGS+= -no-tk #CONFIGURE_ARGS+= -cc ${CC} |