aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-10-11 01:53:33 +0800
committerCy Schubert <cy@FreeBSD.org>2013-10-11 01:53:33 +0800
commit40ac05820a5618a13c798af162c452b06f2726a7 (patch)
tree9c376bab6826f59d8695d47deee90cc36ba48d82 /shells
parent45cea23d36af13a6eddcebb36f540ce1efd5f966 (diff)
downloadfreebsd-ports-gnome-40ac05820a5618a13c798af162c452b06f2726a7.tar.gz
freebsd-ports-gnome-40ac05820a5618a13c798af162c452b06f2726a7.tar.zst
freebsd-ports-gnome-40ac05820a5618a13c798af162c452b06f2726a7.zip
Add 10.0 RCS dependency.
Diffstat (limited to 'shells')
-rw-r--r--shells/44bsd-csh/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile
index dfaedd019f30..14ef43912b59 100644
--- a/shells/44bsd-csh/Makefile
+++ b/shells/44bsd-csh/Makefile
@@ -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>