From 17a82619c3b95724c21b0c8caa59ee583bdf83d7 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 16 Sep 2002 14:38:33 +0000 Subject: Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards. --- net/unison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/unison') diff --git a/net/unison/Makefile b/net/unison/Makefile index 055bf45ebbc..48654325f07 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/09/01 14:33:46 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/16 14:38:33 uebayasi Exp $ # DISTNAME= src @@ -11,7 +11,7 @@ HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= file-synchronization tool BUILD_DEPENDS= ocaml>=3.00:../../lang/ocaml -BUILD_DEPENDS+= ../../shells/bash2 +BUILD_DEPENDS+= bash>=2.05:../../shells/bash2 DIST_SUBDIR= ${PKGNAME} -- cgit v1.2.3