aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-02 09:38:49 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-02 09:38:49 +0000
commitb0a22fae2179e2fe4308412e5a59e892ad069e0b (patch)
treeedf61b6683cb792852035ba551bcb297059d7424
parent72fe37d87bd2bb750199775f574a58c578f7b9ef (diff)
downloadports-b0a22fae2179e2fe4308412e5a59e892ad069e0b.tar.gz
ports-b0a22fae2179e2fe4308412e5a59e892ad069e0b.zip
Notes
-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