summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2008-10-13 13:13:37 +0000
committerobache <obache>2008-10-13 13:13:37 +0000
commitff4d69ade8419e9a701a039bb6a1033133f70209 (patch)
treecdb936d205129cffb788b93ed0d5db4d1e472045 /lang
parent3629c3f3c281b91577653959aa8633bd8e27e744 (diff)
downloadpkgsrc-ff4d69ade8419e9a701a039bb6a1033133f70209.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/Makefile9
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"