Date: Thu, 10 Oct 2013 17:53:33 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330023 - head/shells/44bsd-csh Message-ID: <201310101753.r9AHrXxv071607@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101753.r9AHrXxv071607>