svn commit: r502582 - head/www/wt

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 15:51:18 UTC 2019


Author: tobik
Date: Sat May 25 15:51:17 2019
New Revision: 502582
URL: https://svnweb.freebsd.org/changeset/ports/502582

Log:
  www/wt: Blind fix CMAKE_ARGS typo
  
  This is untested since the port is marked as broken.

Modified:
  head/www/wt/Makefile

Modified: head/www/wt/Makefile
==============================================================================
--- head/www/wt/Makefile	Sat May 25 15:45:55 2019	(r502581)
+++ head/www/wt/Makefile	Sat May 25 15:51:17 2019	(r502582)
@@ -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}


More information about the svn-ports-all mailing list