svn commit: r484589 - head/Mk/Uses
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 10 07:58:56 UTC 2018
Author: sunpoet
Date: Sat Nov 10 07:58:52 2018
New Revision: 484589
URL: https://svnweb.freebsd.org/changeset/ports/484589
Log:
Fix typo
Differential Revision: https://reviews.freebsd.org/D17924
Approved by: bapt (portmgr)
Modified:
head/Mk/Uses/pear.mk
Modified: head/Mk/Uses/pear.mk
==============================================================================
--- head/Mk/Uses/pear.mk Sat Nov 10 07:58:44 2018 (r484588)
+++ head/Mk/Uses/pear.mk Sat Nov 10 07:58:52 2018 (r484589)
@@ -20,7 +20,7 @@ _valid_pear_ARGS= env
# Sanity check
. for arg in ${pear_ARGS}
. if empty(_valid_pear_ARGS:M${arg})
-IGNORE= Incorrect 'USES+= pear:${cmake_ARGS}' usage: argument [${arg}] is not recognized
+IGNORE= Incorrect 'USES+= pear:${pear_ARGS}' usage: argument [${arg}] is not recognized
. endif
. endfor
More information about the svn-ports-head
mailing list