diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-19 22:37:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-19 22:37:18 +0000 |
commit | f6b9c829e34969caae71f24de6b6049571bf438f (patch) | |
tree | 9622e4e9b29b6b379f7b49a576fe8de52059a9aa /devel/rcs | |
parent | 8f8a69e787e180287f217b9190d33047050bb918 (diff) | |
download | pkgsrc-f6b9c829e34969caae71f24de6b6049571bf438f.tar.gz |
Needs GNU diffutils on OSF/1
Diffstat (limited to 'devel/rcs')
-rw-r--r-- | devel/rcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index df6befc7a52..83da398c606 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/02/17 20:59:50 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/06/19 22:37:18 tnn Exp $ # DISTNAME= rcs-5.7 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html COMMENT= GNU Revision Control System - version control software .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" DEPENDS+= diffutils>=2.7:../../devel/diffutils CONFIGURE_ARGS+= --with-diffutils # the native diff/diff3 is not sufficient for rcs |