summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-03-14 14:44:58 +0000
committerwiz <wiz@pkgsrc.org>2013-03-14 14:44:58 +0000
commit10f12647daf703b1f8c96af4ce112340dc5d636b (patch)
tree68da8c34880e2e4f563bcd215b26b0357fd4a7db /lang
parent677ab09474fed5cd535cb4c5d0d33438586d9688 (diff)
downloadpkgsrc-10f12647daf703b1f8c96af4ce112340dc5d636b.tar.gz
PKGREVISIOn does not belong in Makefile.common.
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile4
-rw-r--r--lang/ocaml/Makefile.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 9e33ca24b49..4dac164016a 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2013/03/14 14:37:56 is Exp $
+# $NetBSD: Makefile,v 1.85 2013/03/14 14:44:58 wiz Exp $
.include "Makefile.common"
+PKGREVISION= 2
+
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 f2577671fb7..02869bf3493 100644
--- a/lang/ocaml/Makefile.common
+++ b/lang/ocaml/Makefile.common
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.common,v 1.36 2013/03/14 14:37:56 is Exp $
+# $NetBSD: Makefile.common,v 1.37 2013/03/14 14:44:58 wiz Exp $
# used by x11/labltk/Makefile
# used by x11/ocaml-graphics/Makefile
DISTNAME= ocaml-4.00.1
-PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-4.00/
EXTRACT_SUFX= .tar.bz2