Add note about needing WITH_THREADS defined with python for this to work.

PR:		ports/66760
Submitted by:	Michael Johnson (maintainer)
This commit is contained in:
Volker Stolz 2004-05-21 13:46:07 +00:00
parent 92b939d8a6
commit a3406e0fe3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109641
2 changed files with 12 additions and 0 deletions

View file

@ -20,4 +20,10 @@ USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
pre-everything::
@${ECHO_MSG} "===>"
@${ECHO_MSG} "===> For qtorrent to work you need to compile"
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
@${ECHO_MSG} "===>"
.include <bsd.port.mk>

View file

@ -20,4 +20,10 @@ USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
pre-everything::
@${ECHO_MSG} "===>"
@${ECHO_MSG} "===> For qtorrent to work you need to compile"
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
@${ECHO_MSG} "===>"
.include <bsd.port.mk>