diff options
-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 |