diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-04 22:54:52 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-04 22:54:52 +0000 |
commit | 6184014a75ee0cc315ddf4887b181a1264e54b74 (patch) | |
tree | d85bae1af77fb5ce42ccf3dace8886e4131f730f /net/unison/Makefile | |
parent | b885e970d725a669784c2e814123a02d47acbba5 (diff) | |
download | pkgsrc-6184014a75ee0cc315ddf4887b181a1264e54b74.tar.gz |
- Patch unison so it now works with ocaml 3.08.2
- Bump to nb4
- Thanks to Antoine Reilles for supplying the patch
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 0efaa4ee4f6..798e52a8d09 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2004/12/24 17:21:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2005/02/04 22:54:52 adrianp Exp $ DISTNAME= src PKGNAME= unison-2.9.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/ @@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= File-synchronization tool +BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2 PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= ${PKGNAME_NOREV} |