svn commit: r502944 - head/games/stuntrally
Piotr Kubaj
pkubaj at FreeBSD.org
Wed May 29 08:55:08 UTC 2019
Author: pkubaj
Date: Wed May 29 08:55:07 2019
New Revision: 502944
URL: https://svnweb.freebsd.org/changeset/ports/502944
Log:
games/stuntrally: fix typos in CXXFLAGS
Submitted by: linimon (mentor)
Modified:
head/games/stuntrally/Makefile
Modified: head/games/stuntrally/Makefile
==============================================================================
--- head/games/stuntrally/Makefile Wed May 29 08:45:03 2019 (r502943)
+++ head/games/stuntrally/Makefile Wed May 29 08:55:07 2019 (r502944)
@@ -57,7 +57,7 @@ MASTER_SERVER_CMAKE_BOOL= BUILD_MASTER_SERVER
MASTER_SERVER_DESC= Build the master server
MASTER_SERVER_LIB_DEPENDS= libenet.so:net/enet
-CXXFLAGS+= ${CXXFLAGS_${CHOOSEN_COPMILER_TYPE}}
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_gcc= -Wno-narrowing
post-install-DOCS-on:
More information about the svn-ports-head
mailing list