From 6217363b332b41830f053afba7ff16abaf0a7caa Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 25 May 2019 15:51:17 +0000 Subject: [PATCH] www/wt: Blind fix CMAKE_ARGS typo This is untested since the port is marked as broken. --- www/wt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/wt/Makefile b/www/wt/Makefile index 6f3a4aff1edc..bdd23a44537e 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -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}