diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-24 17:21:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-24 17:21:01 +0000 |
commit | c33d2074af365a82eaa06983185e35b4e96c3cf9 (patch) | |
tree | 6e7a4e81d2e0c17c2af0105bc38380ca0fc8fd87 /net/unison/Makefile | |
parent | fe7baa7662c16dc73022b35b5f41df5b7a05a64d (diff) | |
download | pkgsrc-c33d2074af365a82eaa06983185e35b4e96c3cf9.tar.gz |
Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index b9a1956cd3b..0efaa4ee4f6 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:01 tv Exp $ +# $NetBSD: Makefile,v 1.22 2004/12/24 17:21:01 jmmv Exp $ DISTNAME= src PKGNAME= unison-2.9.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/ |