1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add 10.0 RCS dependency.

This commit is contained in:
Cy Schubert 2013-10-10 17:53:33 +00:00
parent 45cea23d36
commit 40ac05820a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330023

View File

@ -12,6 +12,12 @@ COMMENT= The traditional 4.4BSD /bin/csh C-shell
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>