aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs-syncmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs-syncmail/Makefile b/devel/cvs-syncmail/Makefile
index 281f88d3a953..d4e9d6513556 100644
--- a/devel/cvs-syncmail/Makefile
+++ b/devel/cvs-syncmail/Makefile
@@ -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