summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-10-13 13:13:37 +0000
committerobache <obache@pkgsrc.org>2008-10-13 13:13:37 +0000
commit6abb35f70926f8bab3edd675e7e0a08f59b3e272 (patch)
treecdb936d205129cffb788b93ed0d5db4d1e472045 /lang
parentfb83fc4785f89ea8cff21ba8f8c52a9f5d24d03a (diff)
downloadpkgsrc-6abb35f70926f8bab3edd675e7e0a08f59b3e272.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"