aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-03-20 15:05:00 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-03-20 15:05:00 +0800
commit4a9384029bb5cccc77e6c5d62caf253b6401935c (patch)
treeb03501d0f322c590abad56bfe79adc5ff6df8b0d /Mk
parentc3809bf439aad5f23b264c3239a7f1ca04b010be (diff)
downloadfreebsd-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.mk2
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) || \