From owner-svn-ports-all@FreeBSD.ORG Thu Oct 10 17:53:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0302AA5D; Thu, 10 Oct 2013 17:53:34 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4BE32F44; Thu, 10 Oct 2013 17:53:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AHrXic071608; Thu, 10 Oct 2013 17:53:33 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9AHrXxv071607; Thu, 10 Oct 2013 17:53:33 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201310101753.r9AHrXxv071607@svn.freebsd.org> From: Cy Schubert Date: Thu, 10 Oct 2013 17:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330023 - head/shells/44bsd-csh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 17:53:34 -0000 Author: cy Date: Thu Oct 10 17:53:33 2013 New Revision: 330023 URL: http://svnweb.freebsd.org/changeset/ports/330023 Log: Add 10.0 RCS dependency. Modified: head/shells/44bsd-csh/Makefile Modified: head/shells/44bsd-csh/Makefile ============================================================================== --- head/shells/44bsd-csh/Makefile Thu Oct 10 17:40:50 2013 (r330022) +++ head/shells/44bsd-csh/Makefile Thu Oct 10 17:53:33 2013 (r330023) @@ -12,6 +12,12 @@ COMMENT= The traditional 4.4BSD /bin/csh USE_BZIP2= yes +.include + +.if ${OSVERSION} >= 1000055 +BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57 +.endif + NO_WRKSUBDIR= yes MAN1= 44bsd-csh.1 PORTDOCS= paper.ascii.gz @@ -40,4 +46,4 @@ tarup: cd ${WRKSRC} ; rm * USD.doc/* cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -.include +.include