Needs GNU diffutils on OSF/1

This commit is contained in:
tnn 2007-06-19 22:37:18 +00:00
parent 8f8a69e787
commit f6b9c829e3

View file

@ -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 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 COMMENT= GNU Revision Control System - version control software
.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS" .if ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1"
DEPENDS+= diffutils>=2.7:../../devel/diffutils DEPENDS+= diffutils>=2.7:../../devel/diffutils
CONFIGURE_ARGS+= --with-diffutils CONFIGURE_ARGS+= --with-diffutils
# the native diff/diff3 is not sufficient for rcs # the native diff/diff3 is not sufficient for rcs