diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-14 14:44:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-14 14:44:58 +0000 |
commit | 8eef5c640737b0c06587827023e85fb933d43cec (patch) | |
tree | 68da8c34880e2e4f563bcd215b26b0357fd4a7db | |
parent | de1cad77e67b9a3f30c7ce63b0f39a8912f1ec7f (diff) | |
download | pkgsrc-8eef5c640737b0c06587827023e85fb933d43cec.tar.gz |
PKGREVISIOn does not belong in Makefile.common.
-rw-r--r-- | lang/ocaml/Makefile | 4 | ||||
-rw-r--r-- | lang/ocaml/Makefile.common | 3 |
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 |