pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rcs Needs GNU diffutils on OSF/1
details: https://anonhg.NetBSD.org/pkgsrc/rev/75ff4eb42e0e
branches: trunk
changeset: 530252:75ff4eb42e0e
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Jun 19 22:37:18 2007 +0000
description:
Needs GNU diffutils on OSF/1
diffstat:
devel/rcs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 41c34486fa39 -r 75ff4eb42e0e devel/rcs/Makefile
--- a/devel/rcs/Makefile Tue Jun 19 22:31:13 2007 +0000
+++ b/devel/rcs/Makefile Tue Jun 19 22:37:18 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index