1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

USE_LHA is unsupported not deprecated

Reported by:	mat
This commit is contained in:
Baptiste Daroussin 2014-03-12 10:33:20 +00:00
parent 5512e4aa7d
commit ed17a6ccac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347971

View File

@ -177,7 +177,7 @@ DEV_ERROR+= 'USE_ZIP is unsupported, please use USES=zip'
.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)