svn commit: r347971 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 12 10:33:20 UTC 2014


Author: bapt
Date: Wed Mar 12 10:33:20 2014
New Revision: 347971
URL: http://svnweb.freebsd.org/changeset/ports/347971
QAT: https://qat.redports.org/buildarchive/r347971/

Log:
  USE_LHA is unsupported not deprecated
  
  Reported by:	mat

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Mar 12 10:24:51 2014	(r347970)
+++ head/Mk/bsd.sanity.mk	Wed Mar 12 10:33:20 2014	(r347971)
@@ -177,7 +177,7 @@ DEV_ERROR+=	'USE_ZIP is unsupported, ple
 .endif
 
 .if defined(USE_LHA)
-DEV_ERROR+=	'USE_LHA is deprecated, please use USES=lha'
+DEV_ERROR+=	'USE_LHA is unsupported, please use USES=lha'
 .endif
 
 .if defined(USE_XZ)


More information about the svn-ports-head mailing list