1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

These lines are being expanded badly. Fix syntax error.

This commit is contained in:
Bryan Drewery 2015-03-20 07:05:00 +00:00
parent 394033b92f
commit 25700d1dc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381711

View File

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