1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix bad copy/paste

This commit is contained in:
Baptiste Daroussin 2014-03-12 10:20:58 +00:00
parent 51cfe8f005
commit 23f6a67993
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347969

View File

@ -185,5 +185,5 @@ DEV_WARNING+= 'USE_XZ is deprecated, please use USES=tar:xz'
.endif
.if defined(USE_BZIP2)
DEV_WARNING+= 'USE_XZ is deprecated, please use USES=tar:bzip2'
DEV_WARNING+= 'USE_BZIP2 is deprecated, please use USES=tar:bzip2'
.endif