Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 15:51:17 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502582 - head/www/wt
Message-ID:  <201905251551.x4PFpH4f022552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251551.x4PFpH4f022552>