summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-31 14:26:39 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-31 14:26:39 +0000
commit763c937157a55e9da11b74043ef05b27dec83f89 (patch)
treeabcbbb66e4e8c526a9e13c32bf7ab9e9993012ff /mail
parent- Fix build with gcc 4.1 (diff)
Fix typo and potential so that we enter the New Year with a good INDEX.
Submitte by: FreshPorts sanity checking
Notes
Notes: svn path=/head/; revision=181152
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-vcalendar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile
index 73df6f3dcfd3..10bcd6257d19 100644
--- a/mail/claws-mail-vcalendar/Makefile
+++ b/mail/claws-mail-vcalendar/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
.include <bsd.port.pre.mk>
-.if ${OSVESION} < 500000
+.if ${OSVERSION} < 500000
IGNORE= doens't buid
.endif