diff options
author | obache <obache> | 2011-08-08 07:31:52 +0000 |
---|---|---|
committer | obache <obache> | 2011-08-08 07:31:52 +0000 |
commit | ee1b086396a6f58abff331a074957388d6f53143 (patch) | |
tree | b4a32c8d34e7e34fb7909513f706f1193b6bceaf /lang/ocaml | |
parent | 8a7ceeebfc94a5c035bf1ed218af68262026bebe (diff) | |
download | pkgsrc-ee1b086396a6f58abff331a074957388d6f53143.tar.gz |
PKGREVISION must not be in Makefile.common.
move PKGREVISION to each Makefile including the Makefile.common for
keep version number, and bump again for ocaml-graphics because the
previous bump resuited in downgrade.
Diffstat (limited to 'lang/ocaml')
-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 8da3dbae98a..c42962e2083 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.71 2011/07/28 07:50:05 minskim Exp $ +# $NetBSD: Makefile,v 1.72 2011/08/08 07:31:52 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" +PKGREVISION= 3 + 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 2caf5aa202a..0bbc09eacb6 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.30 2011/07/20 14:10:09 riastradh Exp $ +# $NetBSD: Makefile.common,v 1.31 2011/08/08 07:31:52 obache Exp $ # used by x11/labltk/Makefile # used by x11/ocaml-graphics/Makefile DISTNAME= ocaml-3.12.0 -PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-3.12/ EXTRACT_SUFX= .tar.bz2 |