summaryrefslogtreecommitdiff
path: root/Mk/Uses/localbase.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 17:22:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 17:22:11 +0000
commit181ce1716b273b7c12efe3944566ba6d037aea84 (patch)
tree651ca30337051bdd6ca3a11ea795fcdfa11e7dcf /Mk/Uses/localbase.mk
parent- Remove ports-mgmt/vulnerability-test-port as it is part of portaudit suite ... (diff)
Fix typo
Reported by: jbeich
Notes
Notes: svn path=/head/; revision=392523
Diffstat (limited to 'Mk/Uses/localbase.mk')
-rw-r--r--Mk/Uses/localbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/localbase.mk b/Mk/Uses/localbase.mk
index 044cfcd11faa..71f8a29368ae 100644
--- a/Mk/Uses/localbase.mk
+++ b/Mk/Uses/localbase.mk
@@ -13,6 +13,6 @@ _INCLUDE_USES_LOCALBASE_MK= yes
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
-CXXFLAGS+= -I${LOCALBASE}include
+CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif