diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 15:05:00 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 15:05:00 +0800 |
commit | 4a9384029bb5cccc77e6c5d62caf253b6401935c (patch) | |
tree | b03501d0f322c590abad56bfe79adc5ff6df8b0d /Mk | |
parent | c3809bf439aad5f23b264c3239a7f1ca04b010be (diff) | |
download | freebsd-ports-gnome-4a9384029bb5cccc77e6c5d62caf253b6401935c.tar.gz freebsd-ports-gnome-4a9384029bb5cccc77e6c5d62caf253b6401935c.tar.zst freebsd-ports-gnome-4a9384029bb5cccc77e6c5d62caf253b6401935c.zip |
These lines are being expanded badly. Fix syntax error.
Diffstat (limited to '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) || \ |