diff options
author | obache <obache@pkgsrc.org> | 2008-10-13 13:13:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-13 13:13:37 +0000 |
commit | e1af6fb212f4e3a54215ad03e2be2bb0a12018eb (patch) | |
tree | cdb936d205129cffb788b93ed0d5db4d1e472045 /lang | |
parent | 8549b6a7592ea768ec97dbb725f26325fa97e423 (diff) | |
download | pkgsrc-e1af6fb212f4e3a54215ad03e2be2bb0a12018eb.tar.gz |
Update ocamlduce to 3.10.2.
Based on maintainer update request in PR 39450.
(Changes is unkonw)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocamlduce/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile index 98f2e5c7bb4..8d0cf30f895 100644 --- a/lang/ocamlduce/Makefile +++ b/lang/ocamlduce/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/12/01 14:48:28 tonio Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/13 13:13:37 obache Exp $ # -DISTNAME= ocamlduce-3.10.0 +DISTNAME= ocamlduce-3.10.2 CATEGORIES= lang MASTER_SITES= http://gallium.inria.fr/~frisch/ocamlcduce/download/ @@ -13,7 +13,6 @@ DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib USE_TOOLS+= gmake BUILD_TARGET= all -PLIST_SRC+= PLIST .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") @@ -23,7 +22,9 @@ INSTALL_TARGET= install PLIST_SRC+= PLIST.opt .endif -BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10 +PLIST_SRC+= PLIST + +BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.2 .include "../../lang/ocaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |