aboutsummaryrefslogtreecommitdiff
path: root/net/44bsd-rdist
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-10-11 00:43:27 +0000
committerCy Schubert <cy@FreeBSD.org>2013-10-11 00:43:27 +0000
commit7ee9acd1543fd53dcfe3a426d63f4e6322825517 (patch)
tree9dab610ca2fc478173a6f1be8aa504b4320c7d11 /net/44bsd-rdist
parentfc9ca47676a7f3219f4a224c02db3fb30a5fbbcc (diff)
downloadports-7ee9acd1543fd53dcfe3a426d63f4e6322825517.tar.gz
ports-7ee9acd1543fd53dcfe3a426d63f4e6322825517.zip
Add 10.0 RCS dependency.
Notes
Notes: svn path=/head/; revision=330038
Diffstat (limited to 'net/44bsd-rdist')
-rw-r--r--net/44bsd-rdist/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile
index e6848ea503c5..6956be46b655 100644
--- a/net/44bsd-rdist/Makefile
+++ b/net/44bsd-rdist/Makefile
@@ -10,12 +10,19 @@ MASTER_SITE_SUBDIR= cy
MAINTAINER= cy@FreeBSD.org
COMMENT= The traditional 4.4BSD rdist
+
USE_BZIP2= yes
NO_WRKSUBDIR= yes
MAN1= 44bsd-rdist.1
PLIST_FILES= bin/44bsd-rdist
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000055
+BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57
+.endif
+
NO_STAGE= yes
post-extract:
cd ${WRKSRC} ; co RCS/*,v
@@ -28,4 +35,4 @@ tarup:
-cd ${WRKSRC} ; ${RM} *
cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>