diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-20 07:05:00 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-20 07:05:00 +0000 |
commit | 25700d1dc31c73a1386f94c271ee19a68b4c5f70 (patch) | |
tree | b03501d0f322c590abad56bfe79adc5ff6df8b0d /Mk/bsd.sanity.mk | |
parent | 394033b92f79e18dd5272fc01203ecc2932b2ba3 (diff) |
These lines are being expanded badly. Fix syntax error.
Notes
Notes:
svn path=/head/; revision=381711
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 23b66d632d2e..333045083c15 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -77,7 +77,7 @@ DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop .endif .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} -DEV_ERROR+= "All LIB_DEPENDS should use the new format and start out with lib. (libfoo.so vs foo.so)" +DEV_ERROR+= "All LIB_DEPENDS should use the new format and start out with lib. \(libfoo.so vs foo.so\)" .endif .if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TCL_RUN) || defined(USE_TCL_WRAPPER) || \ |