1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Remove pre-everything hook forgotten in my latest commit.

This commit is contained in:
Marcelo Araujo 2017-06-20 03:56:49 +00:00
parent e55ff08565
commit f8428466f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443938

View File

@ -30,16 +30,4 @@ USE_PYTHON= autoplist distutils
CONFLICTS= py-iocage-[0-9]* iocage-[0-9]* iocage-devel-[0-9]*
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "##################################################"
@${ECHO_MSG} " The new iocage needs python ${PYTHON_VER} or greater."
@${ECHO_MSG} ""
@${ECHO_MSG} " If you want use the new iocage, stop the build now and"
@${ECHO_MSG} " add this line to your /etc/make.conf, and then restart the build."
@${ECHO_MSG} ""
@${ECHO_MSG} " DEFAULT_VERSIONS+=python3=${PYTHON_VER}"
@${ECHO_MSG} "##################################################"
@${ECHO_MSG} ""
.include <bsd.port.mk>