diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-02 09:18:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-02 09:18:29 +0000 |
commit | 2f4c4a541c14cffb953a519334a5254be4bd89aa (patch) | |
tree | c7eb2fbd04086a3e71bec87af6cc26a38726fb3c /devel/cvs-syncmail | |
parent | d3487b0c143a22cf581ab26faf98b0ffb461a47a (diff) | |
download | ports-2f4c4a541c14cffb953a519334a5254be4bd89aa.tar.gz ports-2f4c4a541c14cffb953a519334a5254be4bd89aa.zip |
Notes
Diffstat (limited to 'devel/cvs-syncmail')
-rw-r--r-- | devel/cvs-syncmail/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/cvs-syncmail/Makefile b/devel/cvs-syncmail/Makefile index bf09a6e6e278..281f88d3a953 100644 --- a/devel/cvs-syncmail/Makefile +++ b/devel/cvs-syncmail/Makefile @@ -11,8 +11,6 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= CVS notification tool -RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs - USES= shebangfix SHEBANG_FILES= ${DISTNAME} NO_BUILD= yes @@ -21,6 +19,12 @@ USE_PYTHON= yes PLIST_FILES= bin/${DISTNAME} +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OPSYS} > 1000000 +RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs +.endif + do-extract: @${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} @@ -28,4 +32,4 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${DISTNAME} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |