diff options
Diffstat (limited to 'mail/qsf/Makefile')
-rw-r--r-- | mail/qsf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index 6bf18d47dd56..ae0146f20d16 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --without-mysql .endif .if ${PORT_OPTIONS:MSQLITE2} -USE_SQLITE= 2 +USES+= sqlite:2 .else CONFIGURE_ARGS+= --without-sqlite .endif |