diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-02 09:38:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-02 09:38:49 +0000 |
commit | b0a22fae2179e2fe4308412e5a59e892ad069e0b (patch) | |
tree | edf61b6683cb792852035ba551bcb297059d7424 | |
parent | 72fe37d87bd2bb750199775f574a58c578f7b9ef (diff) | |
download | ports-b0a22fae2179e2fe4308412e5a59e892ad069e0b.tar.gz ports-b0a22fae2179e2fe4308412e5a59e892ad069e0b.zip |
Notes
-rw-r--r-- | devel/cvs-syncmail/Makefile | 2 |
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 |