Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2015 07:05:01 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381711 - head/Mk
Message-ID:  <201503200705.t2K751ni057534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Mar 20 07:05:00 2015
New Revision: 381711
URL: https://svnweb.freebsd.org/changeset/ports/381711
QAT: https://qat.redports.org/buildarchive/r381711/

Log:
  These lines are being expanded badly. Fix syntax error.

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Fri Mar 20 02:46:46 2015	(r381710)
+++ head/Mk/bsd.sanity.mk	Fri Mar 20 07:05:00 2015	(r381711)
@@ -77,7 +77,7 @@ DEV_WARNING+=	"USE_GNOME=desktopfileutil
 .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) || \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503200705.t2K751ni057534>