summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-09-16 14:38:33 +0000
committeruebayasi <uebayasi>2002-09-16 14:38:33 +0000
commite7ef7301895321803fe9725654694c7717e1f8c4 (patch)
tree9e724928ecbc8124a21717b291835c22e78acaf2
parentbcdbd4a745c9044f0b574621a7b5fed8f36d3bf9 (diff)
downloadpkgsrc-e7ef7301895321803fe9725654694c7717e1f8c4.tar.gz
Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards.
-rw-r--r--net/unison/Makefile4
1 files changed, 2 insertions, 2 deletions
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}