diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:44:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:44:24 +0000 |
commit | 72a6ab79881652e1f89338a8884439b3054997c7 (patch) | |
tree | 4282c6f5d647c3c53fc4a55086aa5581631c9073 /mail/ezmlm-idx/Makefile | |
parent | Fix build with postgresql, convert to USES=firebird (diff) |
Convert categories m* and m* to USES=sqlite and USES=firebird
Diffstat (limited to '')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index c4402bcaddf3..c287daeb0022 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -52,7 +52,7 @@ PLIST_SUB+= MYSQL="@comment " PGSQL="" SQLITE="@comment " .endif .if ${PORT_OPTIONS:MSQLITE} -USE_SQLITE= yes +USES+= sqlite EXTRACT_INCLUDE+= -I${LOCALBASE}/include EXTRACT_LIB+= -L${LOCALBASE}/lib -lsqlite3 ALL_TARGET+= sqlite3 |