diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-01 14:41:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-01 14:41:18 +0000 |
commit | 6c41efad6cfe95406e5de47372b80ba9a7d4d01d (patch) | |
tree | 83471510f9ae27b86038f26e07b3d0d852b77b08 /devel/rcs | |
parent | 501d7d17a48327a89fb86117a057a66c2ce485a3 (diff) | |
download | pkgsrc-6c41efad6cfe95406e5de47372b80ba9a7d4d01d.tar.gz |
AIX needs diffutils as well as it has no diff3 (and no unidiff in diff).
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 83da398c606..d6061e2f7f4 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -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 @@ 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" || ${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 |