svn commit: r381711 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 20 07:05:02 UTC 2015


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) || \


More information about the svn-ports-head mailing list