diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-04 22:58:09 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-04 22:58:09 +0000 |
commit | b54f4f3d40248d574386f90d84c68435d528a001 (patch) | |
tree | 12f6cf669b17a53e66985b1f0ea3d5bf279ea5e8 /net/unison-devel/Makefile | |
parent | 4643266fb514a21ef18204ca468116b4c8ceb6df (diff) | |
download | pkgsrc-b54f4f3d40248d574386f90d84c68435d528a001.tar.gz |
- Patch unison-devel so it now works with ocaml 3.08.2
- Bump to nb3
- Thanks to Antoine Reilles for supplying the patch
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 48ee55986ca..31cbe4eb29d 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/12/24 17:21:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/04 22:58:09 adrianp Exp $ DISTNAME= src PKGNAME= unison-2.9.20 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/latest/ @@ -11,6 +11,7 @@ HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= File-synchronization tool PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2 DIST_SUBDIR= ${PKGNAME_NOREV} |