diff options
author | tron <tron@pkgsrc.org> | 2004-03-11 21:12:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-03-11 21:12:22 +0000 |
commit | 647f9a06d8768ba6e53064185fa7ee5088a16abe (patch) | |
tree | ec7e2d97693e5461bc7f35b060a0eb4aad107e2b /lang | |
parent | 6274913d87d4a93d66cf9398d1a5ce14a6328b10 (diff) | |
download | pkgsrc-647f9a06d8768ba6e53064185fa7ee5088a16abe.tar.gz |
Use Tcl 8.4.x, bump package version.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 0f98a98dfbd..1621aca8c18 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/03/08 20:27:14 minskim Exp $ -# +# $NetBSD: Makefile,v 1.25 2004/03/11 21:12:22 tron Exp $ DISTNAME= ocaml-3.06 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/INRIA/cristal/ocaml/${DISTNAME}/ @@ -59,5 +58,5 @@ PLIST_SUBST+= NATIVE_THREADS= PLIST_SRC+= ${PKGDIR}/PLIST.common_end -.include "../../x11/tk83/buildlink3.mk" +.include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |