diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-31 22:26:39 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-31 22:26:39 +0800 |
commit | 842020ed04cc6b588568fd822fd6f93ad5565666 (patch) | |
tree | 08d2fad8ca68545e7391a78260c33b5681eb19d0 /mail | |
parent | 396524431fb04bd3ffc8430290609681589ac48b (diff) | |
download | freebsd-ports-gnome-842020ed04cc6b588568fd822fd6f93ad5565666.tar.gz freebsd-ports-gnome-842020ed04cc6b588568fd822fd6f93ad5565666.tar.zst freebsd-ports-gnome-842020ed04cc6b588568fd822fd6f93ad5565666.zip |
Fix typo and potential so that we enter the New Year with a good INDEX.
Submitte by: FreshPorts sanity checking
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-vcalendar/Makefile | 2 |
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 |