summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is>2013-03-14 14:37:56 +0000
committeris <is>2013-03-14 14:37:56 +0000
commit8f33de5628555d94207707526cfe21ce288edce8 (patch)
tree2494543a1386b4203fa4abd9dfd0787a929a7725
parentf7ac03d200abdac202b4039c88f11e3da4d856e7 (diff)
downloadpkgsrc-8f33de5628555d94207707526cfe21ce288edce8.tar.gz
bump PKGREVISION to 4.00.1nb2
-rw-r--r--lang/ocaml/Makefile4
-rw-r--r--lang/ocaml/Makefile.common4
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