summaryrefslogtreecommitdiff
path: root/devel/rcs
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-07-23 17:13:47 +0000
committerseb <seb@pkgsrc.org>2003-07-23 17:13:47 +0000
commit6a2c43a0fb1bbfc0cc696684d97da3887ab7a889 (patch)
tree96cd16a044dfe79da0432fea318489c28173110a /devel/rcs
parent56607552091612e3c04273c0455a60720c503ddc (diff)
downloadpkgsrc-6a2c43a0fb1bbfc0cc696684d97da3887ab7a889.tar.gz
Depend on diffutils >= 2.7.
Patch provided by Jonathan Perkin <jonathan at perkin dot org dot uk> in PR pkg/22236.
Diffstat (limited to 'devel/rcs')
-rw-r--r--devel/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
index 22f1e3cbd70..ba3b38b107d 100644
--- a/devel/rcs/Makefile
+++ b/devel/rcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:33:33 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/07/23 17:13:47 seb Exp $
#
DISTNAME= rcs-5.7
@@ -15,7 +15,7 @@ ONLY_FOR_PLATFORM= SunOS-*-* Darwin-*-* # in NetBSD base system
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-DEPENDS= diffutils-2.7:../../devel/diffutils
+DEPENDS= diffutils>=2.7:../../devel/diffutils
CONFIGURE_ARGS+= --with-diffutils=gdiff
.endif