aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-03-02 17:38:49 +0800
committermarino <marino@FreeBSD.org>2014-03-02 17:38:49 +0800
commit8d6b27231fb57680db17bd8902423952d9214b19 (patch)
treeedf61b6683cb792852035ba551bcb297059d7424 /devel
parent60c89dceae0d68f288e46c5b7dea9401f2f837e6 (diff)
downloadfreebsd-ports-gnome-8d6b27231fb57680db17bd8902423952d9214b19.tar.gz
freebsd-ports-gnome-8d6b27231fb57680db17bd8902423952d9214b19.tar.zst
freebsd-ports-gnome-8d6b27231fb57680db17bd8902423952d9214b19.zip
cvs-syncmail: unbreak index
A typo caused my first index breakage. Poinyhat to me.
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