diff options
author | wiz <wiz> | 2013-03-14 14:44:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-03-14 14:44:58 +0000 |
commit | 1e40714d9ab16996e55499d21db39aa0bd1cf5f0 (patch) | |
tree | 68da8c34880e2e4f563bcd215b26b0357fd4a7db /lang | |
parent | eb6b88947ea4867eed71f5d01bbc38a8bf0970d8 (diff) | |
download | pkgsrc-1e40714d9ab16996e55499d21db39aa0bd1cf5f0.tar.gz |
PKGREVISIOn does not belong in Makefile.common.
Diffstat (limited to 'lang')
-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 |