pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rcs AIX needs diffutils as well as it has no dif...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6edf2856ed8
branches:  trunk
changeset: 531515:c6edf2856ed8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 01 14:41:18 2007 +0000

description:
AIX needs diffutils as well as it has no diff3 (and no unidiff in diff).

diffstat:

 devel/rcs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9598a9ec1e5b -r c6edf2856ed8 devel/rcs/Makefile
--- a/devel/rcs/Makefile        Wed Aug 01 14:03:49 2007 +0000
+++ b/devel/rcs/Makefile        Wed Aug 01 14:41:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/06/19 22:37:18 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2007/08/01 14:41:18 joerg 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" || ${OPSYS} == "OSF1"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "AIX"
 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