1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

cvs-syncmail: unbreak index

A typo caused my first index breakage.
Poinyhat to me.
This commit is contained in:
John Marino 2014-03-02 09:38:49 +00:00
parent 72fe37d87b
commit b0a22fae21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346751

View File

@ -21,7 +21,7 @@ PLIST_FILES= bin/${DISTNAME}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OPSYS} > 1000000
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs
.endif