diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-20 01:22:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-20 01:22:11 +0800 |
commit | 268c4d62fa9a5026858fe309b210eb71fa4b7499 (patch) | |
tree | 651ca30337051bdd6ca3a11ea795fcdfa11e7dcf /Mk/Uses | |
parent | 1d54306244c8261697fba23fbc5073d89fa90778 (diff) | |
download | freebsd-ports-gnome-268c4d62fa9a5026858fe309b210eb71fa4b7499.tar.gz freebsd-ports-gnome-268c4d62fa9a5026858fe309b210eb71fa4b7499.tar.zst freebsd-ports-gnome-268c4d62fa9a5026858fe309b210eb71fa4b7499.zip |
Fix typo
Reported by: jbeich
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/localbase.mk | 2 |
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 |