svn commit: r330023 - head/shells/44bsd-csh
Cy Schubert
cy at FreeBSD.org
Thu Oct 10 17:53:34 UTC 2013
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>
More information about the svn-ports-all
mailing list