diff options
author | is <is@pkgsrc.org> | 2013-03-14 14:37:56 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2013-03-14 14:37:56 +0000 |
commit | 214d0a5245df2e27390d385730dba4cd44c9d25c (patch) | |
tree | 2494543a1386b4203fa4abd9dfd0787a929a7725 | |
parent | 514c0cd8deaab32221fb0ce8e922aefa4a6412dc (diff) | |
download | pkgsrc-214d0a5245df2e27390d385730dba4cd44c9d25c.tar.gz |
bump PKGREVISION to 4.00.1nb2
-rw-r--r-- | lang/ocaml/Makefile | 4 | ||||
-rw-r--r-- | lang/ocaml/Makefile.common | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index a50178c34a9..9e33ca24b49 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2013/03/14 14:29:49 is Exp $ +# $NetBSD: Makefile,v 1.84 2013/03/14 14:37:56 is Exp $ .include "Makefile.common" -PKGREVISION= 1 - CONFIGURE_ARGS+= -no-tk CONFIGURE_ARGS+= -cc ${CC} CONFIGURE_ENV+= disable_x11=yes diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index a4224f66366..f2577671fb7 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.35 2013/02/18 16:29:28 jaapb Exp $ +# $NetBSD: Makefile.common,v 1.36 2013/03/14 14:37:56 is Exp $ # used by x11/labltk/Makefile # used by x11/ocaml-graphics/Makefile DISTNAME= ocaml-4.00.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-4.00/ EXTRACT_SUFX= .tar.bz2 |