summaryrefslogtreecommitdiffstats
path: root/tools/conf/pfPorts/make.conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-17 08:51:47 -0300
committerRenato Botelho <renato@netgate.com>2016-08-17 08:51:47 -0300
commit03d4281714b675414ac3915a6396b23031f15ccd (patch)
tree7684ccf90c0d7d6d057f2a07221c3998fc4b35eb /tools/conf/pfPorts/make.conf
parent0145641ae6d684bb09c2b4281359880b0dfb1e71 (diff)
downloadpfsense-03d4281714b675414ac3915a6396b23031f15ccd.zip
pfsense-03d4281714b675414ac3915a6396b23031f15ccd.tar.gz
Unbreak make.conf syntax
Diffstat (limited to 'tools/conf/pfPorts/make.conf')
-rw-r--r--tools/conf/pfPorts/make.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf
index e2163a2..61817d9 100644
--- a/tools/conf/pfPorts/make.conf
+++ b/tools/conf/pfPorts/make.conf
@@ -63,7 +63,8 @@ WITH_DEBUG= yes
. endif
.if ${.CURDIR:N*databases/mysql56-client*}==""
-CC=/usr/bin/cc CXX=/usr/bin/c++
+CC=/usr/bin/cc
+CXX=/usr/bin/c++
.endif
# Options for packages
OpenPOWER on IntegriCloud