1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

www/wt: Blind fix CMAKE_ARGS typo

This is untested since the port is marked as broken.
This commit is contained in:
Tobias Kortkamp 2019-05-25 15:51:17 +00:00
parent 7214f82f82
commit 6217363b33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502582

View File

@ -204,7 +204,7 @@ CMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE}
.if ${PORT_OPTIONS:MFIREBIRD}
USES+= firebird
CMAKE_AGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE}
CMAKE_ARGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MMYSQL}