aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/vm-pop3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile
index 6cf4128bf888..9b4b6722ed16 100644
--- a/mail/vm-pop3d/Makefile
+++ b/mail/vm-pop3d/Makefile
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
.if defined(WITH_IPVIRTUAL)
CONFIGURE_ARGS+= --enable-ip-based-virtual --enable-virtual
-.elsif defined(WITH_VIRTUAL)
+.elif defined(WITH_VIRTUAL)
CONFIGURE_ARGS+= --enable-virtual
.endif