cvs commit: ports/Mk bsd.database.mk
Colin Percival
cperciva at freebsd.org
Sat Apr 5 16:54:01 UTC 2008
Marcus Alves Grando wrote:
> Modified files:
> Mk bsd.database.mk
> Log:
> - Add option to databases/sqlite34
>
> Revision Changes Path
> 1.24 +5 -4 ports/Mk/bsd.database.mk
% @@ -391,14 +391,15
%
% .if ${USE_SQLITE:L} == "yes"
% _SQLITE_VER= 3
% -.else
% -_SQLITE_VER= ${USE_SQLITE}
% -.endif
% +.fi
I'm guessing this .fi should be an .endif?
Colin Percival
More information about the cvs-ports
mailing list